

.fig1{
  background-image: url("..//ac3.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: bottom;
  position: absolute;
}
.fig2{
  background-image: url("..//ac4.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}
.fig3{
  background-image: url("..//ac6.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}

.fig4{
  background-image: url("..//ac5.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}
.nan{background-image: url("..//nan.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;

}

h1 {
  font-family: 'Pacifico', cursive;
  color: rgb(25, 50, 84);
  font-size: 30px;
  z-index: 1;
}
h2{font-family: 'Pacifico', cursive;
  color: rgb(18, 18, 18);
  font-size: 20px;
  z-index: 1;
}
h3{font-family: 'Pacifico', cursive;
  color: rgb(27, 26, 26);
  font-size: 15px;
  z-index: 1;
}

button{
  
  background:transparent;
  position:fixed;
  width: 50px;
  height: 30px;
  line-height: 30px;
  bottom: 0%;
  
  border-radius: 8px;
  text-align: center;
  box-shadow:4px 4px 4px  #83afde;
   

  text-align:bottom;
  align-items: baseline;
}
body{
  background-color: rgb(236, 238, 243);
}
table{
  width: 100PX;
  margin: auto;
}

td{text-align: center;
  padding: 10px;
  
}
th{
  align-self: start;
  padding: 10px;

}