@media screen and (min-width:600px) {
    body {
        width: 360px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    html {
        background-color: #fff;
    }
    
    .page__content {
        top: -29px;
        padding-top: 0;
        bottom: 0;
        overflow-y: auto;
    } 
}
