body{
    background-color: bisque;
}
img {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 750px;
}
@media (max-width: 1024px){
    img{
        margin-top: 30px;
    }
}
@media (max-width: 767px){

}
@media (max-width: 600px){
    img{
        width: 400px;
        height: 650px;
        margin-top: 65px;
    }
}
@media (max-width: 425px){
    img{
        width: 375px;
        height: 625px;
        margin-top: 75px;
    }
}
@media (max-width: 400px){
    img{
        width: 350px;
        height: 625px;
        margin-top: 80px;
    }
}
@media (max-width: 374px){
    img{
        width: 300px;
        height: 550px;
        margin-top: 100px;
    }
}