@media (max-width: 900px) {
    body {
        display: flex;
        flex-direction: column;
    }
}