@font-face {
    font-family: "Planet Kosmos";
    src: url("../planet-kosmos.ttf");
    }

    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: black;
        color: white;
        height: 100vh;
        overflow: hidden;
        line-height: 0.1;
    }

    .site-heading {
        font-family: "Planet Kosmos", serif;
    }

    .hyperlink {
        font-family: "IBM Plex Mono", monospace;
        font-weight: 600;
        text-decoration: none;
        color: white;
        position: relative;
    }
    
    .hyperlink:hover {
        color: lightgrey;
    }

    .watermark, .github {
        color: white;
        font-family: "IBM Plex Mono", monospace;
        text-decoration: none;
    }
    
    .version-update {
        font-family: "IBM Plex Mono", monospace;
    }

    .update-redirect {
        color: white;
        font-family: "IBM Plex Mono", monospace;
        text-decoration: underline;
        font-weight: 600;
    }