.home button{
    font-size: 15px;
    font-weight: 500;
    color: #007bff;
    padding: 10px 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    background: rgb(200, 195, 195);
    cursor: pointer;
  }
  
  .back button{
    font-size: 15px;
    
    font-weight: 500;
    color: #07366e;
    padding: 7px 30px;
    outline: none;
    border: none;
    position:fixed;
    bottom:2%;
    
    border-radius: 5px;
    background: rgba(185, 185, 185, 0.552);

    cursor: pointer;
  }
  
  .next button{
    font-size: 15px;
    
    font-weight: 500;
    color: #07366e;
    padding: 7px 30px;
    outline: none;
    border: none;
    position:fixed;
    bottom:2%;
    right: 20%;
    border-radius: 5px;
    background: rgb(219, 216, 216);

    cursor: pointer;
  }

.fig1{
    background-image: url("..//ind1.jpg");
  
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: bottom;
    position: absolute;
  }
  .fig2{
    background-image: url("..//ind2.jpg");
  
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center ;
    position: absolute;
  }
  .fig3{
    background-image: url("..//ind3.jpg");
  
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items:center ;
    position: absolute;
  }
  
  .fig4{
    background-image: url("..//ind4.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;
  }
  
 
  body{
    background-color: rgb(168, 192, 244);
  }
  table{
    width: 100PX;
    margin: auto;
  }
  
  td{text-align: center;
    padding: 10px;
    
  }
  th{
    align-self: start;
    padding: 10px;
  
  }
