*{
  margin:0;
  padding: 0;
}
.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: rgba(185, 185,185,0.552);

    cursor: pointer;
  }
.fig1{
  background-image: url("..//pg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 150vh;
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
