
body.anonymous {
    background-color: #dddddd;
    padding: 2rem;
    font-weight: normal;
    font-family: sans-serif;
    & img#logo {
        margin: 3rem 0 2rem 0;
        width: 45%;
    }
    & h1 {
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 600;
    }
    & h2 {
        font-family: Sora, sans-serif;
        font-size: 24px;
        font-weight: 600;
    }
    & form {
        max-width: 80rem;
        margin: auto;
        padding: 3rem;
        background-color: white;
    }
    & table.standards-assessed-map {
        display: none;
    }
    & * {
        font-family: Inter, sans-serif;
        font-size: 16px;
    }
}

