body {
    background-color: #F7F3E8;
}

.main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5vh;
}

.login-links {
    font-size: small;

    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.text-muted {
    color: #999;
    font-size: 0.7em;
    font-weight: 300;
}