body{
    height: 2700px;
}

@media screen and (max-width: 900px){
    body{
        height: 2400px;
    }
}

@media screen and (max-width: 600px){
    body{
        height: 1900px;
    }
}