* {
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-family: "Google Sans Code", monospace;
    color: #001845;
}

/* There's only one h1 element.. the title. */
h1 {
    font-size: 4em;
    font-weight: 900;
}

h3, p, a {
    font-family: "Google Sans", sans-serif;
    color: #002855;
}

a:not( #badges a ) {
    text-decoration: underline #002855;
    color: #001845;
}

a:not( #badges a ):hover {
    text-decoration: none;
    background: #001845;
    color: #979dac;
    padding: 0 5px;
}

body {
    padding: 0 10vw;
    background: #979dac;
}

footer {
    margin: 3vh 0;
}

.code {
    font-family: "Google Sans Code", monospace;
    white-space: pre-wrap;
    background: black;
    color: white;
    border-radius: 5px;
}
