

.fig1{
  background-image: url("..//d1.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: bottom;
  position: relative;
}
.fig2{
  background-image: url("..//d2.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}
.fig3{
  background-image: url("..//d3.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;
}
button1{
  
  background: #7a8dd0;
  position:fixed;
  width: 50px;
  height: 30px;
  line-height: 30px;
  bottom: 20%;
  
  border-radius: 8px;
  text-align: center;
  box-shadow:4px 4px 4px  #e5e8eb;
   

  text-align:bottom;
  align-items: baseline;
}

button{
  
  background: #eef0f7;
  position:fixed;
  width: 50px;
  height: 30px;
  line-height: 30px;
  bottom: 0%;
  
  border-radius: 8px;
  text-align: center;
  box-shadow:4px 4px 4px  #e5e8eb;
   

  text-align:bottom;
  align-items: baseline;
}
body{
  background-color: rgb(226, 230, 241);
}
