html, body {
    height: 100%;
}

body {
    background-color: #252a34;
    background-image: linear-gradient(to bottom, #252a34, #ff2e63);
    background-attachment: fixed;
}

@media (max-width: 355px) {
    body {
        overflow-x: hidden; 
    }
}