body {
    color: white;
    font-family: Rundkursiv, Arial, sans-serif;
}

@font-face {
    font-family: 'Rundkursiv';
    src: url('../fonts/Rundkursiv.woff2') format('woff2'),
        url('../fonts/Rundkursiv.woff') format('woff'),
        url('../fonts/Rundkursiv.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 3em;
}

p {
    font-size: 1.5em;
}

nav a {
    font-size: 1.5em;
}

.module-date {
    font-size: 0.75em;
    color: #ccc;
}

a:visited {
    color: #20ff40;
}

a:link {
    color: #ff2020;
}