html {
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
}

body {
    overflow-anchor: none; /* Prevents content jogging below as questions rotate */
}

h1 {
    margin-block-end: .5em;
    font-size: 1.4rem;
}

h2 {
    margin-block-end: .5em;
    font-size: 1.2em;
}

p {
    margin-top: .3rem;
    margin-bottom: 1.4rem;
}

#header {
    padding: 1rem;
    background-color: #ebf5f4ff;
    overflow-y: auto;
    border-radius: .3rem;
}

#header img {
    width: 150px;
    float: left;
    cursor: pointer;
}

#title {
    color: #144754ff;
    font-size: 4em;
    font-weight: bold;
    line-height: 90%;
    margin-left: 170px;
    max-width: 600px;
}

#motto {
    clear: both;
    padding-top: .5em;
    font-size: 1.8em;
    line-height: 100%;
}

#main {
    margin: 1rem;
}

p.cr {
    font-size: 85%;
}

.article {
    padding: .05em 1em;
    margin-bottom: 1.2em;
}

.article:nth-of-type(odd) {
    margin-left: 2em;
}

.article:nth-of-type(even) {
    margin-right: 2em;
}

.fold {
  background: 
    linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) no-repeat 100% 0 / 2em 2em,
    linear-gradient(-135deg, transparent 1.41em, rgb(199 205 209 / 34%) 0);
}

@media (max-width: 768px) {
    #header img {
        width: 120px;
    }

    #title {
        font-size: 8vw;
        margin-left: 130px;
    }

    #motto {
        font-size: 4vw;
    }
}