

.num2{
  background-image: url("..//art3.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: bottom;
  position: absolute;
}
.fig2{
  background-image: url("..//art4.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}
.fig3{
  background-image: url("..//art5.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}

.devpra{
  background-image: url("..//art6.jpg");

  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items:center ;
  position: absolute;
}
.last{background-image: url("..//art7.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(79, 163, 113);
  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: #d1ebdb;
  position:fixed;
  width: 50px;
  height: 30px;
  line-height: 30px;
  bottom: 0%;
  
  border-radius: 8px;
  text-align: center;
  box-shadow:4px 4px 4px  #b9e2bd;
   

  text-align:bottom;
  align-items: baseline;
}
body{
  background-color: rgb(200, 238, 207);
}
table{
  width: 100PX;
  margin: auto;
}

td{text-align: center;
  padding: 10px;
  
}
th{
  align-self: start;
  padding: 10px;

}