body {
    margin: 0;
    padding: 0;
    font-family: system-ui;
    background-color: #0B385C;
}

header {
    text-align: center;
}

header img {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 12px;
}

header p {
    font-size: 3.5vw; text-align: center; font-weight: 300; color: #ffffff;
    position: absolute; bottom: 10%; left: 5%;
}

nav a {
    color: #ffffffc0;
    text-decoration: none;
    margin: 12px;
    font-size: 13px;
}

a.current {
    opacity: 0.5;
}

main h1 { font-size: 30px; text-align: center; font-weight: 600; padding-top: 40px; margin-bottom: 0; }
main h2 { font-size: 18px; text-align: center; font-weight: 300; opacity: 60%; padding-top: 0; margin-top: 0; }

main { background: white }
main section { padding: 12px 5% }
main section h1 { text-align: start; font-size: 24px; font-weight: 500; padding-top: 0 }
main section:nth-child(even) {
    background-color: #f4f4f4;
}

p { font-size: 18px; line-height: 24px; opacity: 60%; }

li {
    font-size: 18px;
    margin: 8px 0 8px 0;
    opacity: 66%;
}

hr {
    background-color: #d8d8d8;
    border: none;
    height: 1px;
}

footer {
    text-align: center;
    font-size: 12px;
    background-color: #f0f0f0;
    color: #808080;
    padding: 20px;
    text-decoration: none;
}

footer a {
    text-decoration: none;
    color: #808080;
}

.big-p { font-size: 20px; line-height: 26px; }

.badge { height: 40px; margin: 0 auto; display: block; }

@media (prefers-color-scheme: dark) {
}

@media screen and (min-width: 600px) {
    p { font-size: 18px; line-height: 24px; }
    
        .big-p { font-size: 20px; line-height: 30px; }
}
