html {
    font-size: 18px;
    font-family: sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 20px;
    }
}

.container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-10%);
}