.container {
    margin: 0 auto;
    width: 95dvw;
}

@media (min-width: 800px) {
    .container {
        width: 75dvw;
    }
}