.btn{
    width: 60px;
    height: 80px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 5px 2px 2px rgb(165, 163, 162);
    font-weight: 600;
    /* position: absolute;
    top: 0;
    right: 20px; */
}


.btn:hover{
    background-color : wheat;
transition: all 0.3s ease-out;
box-shadow: none;
color: rgb(0, 0, 0);
font-size: 15px;
cursor: pointer;
}

.onbtn{
    position: absolute;
  bottom: 0;
 
   right: 100px; 
}


.ofbtn{
    position: absolute;
  bottom: 0;
 
   right: 25px; 
}


@media (min-width: 1024px) {
    

    .image-of{
        height: 100vh;
    }
}




@media (min-width: 768px) {
    

    .image-of{
        height: 100vh;
    }
}





@media (min-width: 768px) {
    

    .image-of{
        height: 100vh;
    }
}