body {
    background-color: #FAFAFF;
    color: #000033;
    margin: 0;
    display: flex;
    font-family: sans-serif;
    height: 100%;
}

svg {
    fill: currentColor;
}

.container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

main {
    flex: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.logo {
    max-width: 360px;
    width: 80%;
}

.logo svg {
    display: block;
    width: 100%;
}

footer {
    font-size: 10px;
    letter-spacing: 0.02em;
    margin-top: auto;
    text-transform: uppercase;
}

footer p {
    margin: 1em 0;
}
