
    h1 {
        margin-top: 0;
        padding-top: 0;
        font-family: Raleway;
    }

    body {
        background: black;
        background-image: url('starfield.png');
        color: #ffffff;
        font-size: 3vmin;
        font-family: Dosis;
        line-height: 1.5;
        padding: 0;
        margin: 0;
    }

    #stats,
    #txt,
    #genIDDiv {
        top: 1em;
        padding: 1em;
        border-radius: 1em;
        border: 2px solid rgba(222, 255, 255, 0.2);
        background: url('boxbg.png');
    }

    #stats {
        position: fixed;
        right: 1em;
    }

    #txt {
        padding-top: 0.5em;
        position: fixed;
        left: 1em;
        width: 24em;
        max-width: 25%;
    }

    #c {
        position: fixed;
        left: 2em;
        width: 800px;
        height: 800px;
    }
