body{
    background-color: rgb(252, 251, 251);
   
}
div{
    display: flex;
    align-items: center;
    justify-content: center;
}
img{
    height: 100vh;
}
@media (max-width:575px){
        img{
            height: auto;
            width: 100%;
        }
}