* {
    background-color: #f5f5f0;
    box-sizing: border-box;
    font-family:
        -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
    margin: auto;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 165px 0 124px;
    width: 100%;
    margin: auto;
    height: 100vh;
}

@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 600px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}
