body {
    font-family: Monospace;
    font-weight: bold;
    background-color: #000033;
    margin: 0px;
    overflow: hidden;
}

body, html {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    background-color: black;
}

h1 {
    position: absolute;
    text-shadow: 2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000;
    margin-top: 4%;
    margin-left: 10%;
    font-weight: 900;
    font-style: italic;
    font-family: "Verdana";
    color: whitesmoke;
}

@media screen and (orientation: landscape) {
    h1 {
        font-size: 200%;
    }
}

@media screen and (orientation: portrait) {
    h1 {
        font-size: 200%;
    }
}

@media screen and (orientation: portrait) and (min-width: 680px) {
    h1 {
        font-size: 600%;
        text-shadow: 5px 5px #000,
        5px -5px #000,
        -5px 5px #000,
        -5px -5px #000;
    }
}

#List {
    margin-right: 15%;
    float: right;
    margin-top: 10%;
}

h2 {
    border: 3px solid;
    border-radius: 5px;
    text-shadow: 2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000;
    text-align: left;
    width: 350%;
    padding: 5%;
    margin-top: 20%;
    font-weight: 900;
    font-family: "Verdana";
    color: whitesmoke;
    background: rgba(255, 255, 255, .5);
}

@media screen and (orientation: landscape) {
    h2 {
        font-size: 150%;
    }
}

@media screen and (orientation: portrait) {
    h2 {
        font-size: 150%;
    }
}

@media screen and (orientation: portrait) and (min-width: 680px) {
    h2 {
        font-size: 450%;
    }
}

h2:hover {
    background-color: white;
}

hr {
    color: #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 1px black;
}

h3 {
    text-shadow: 2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000;
    color: #FFFFFF;
    margin-top: 2%;
    margin-left: 5%;
    font-family: "Verdana";
    font-style: normal;
    font-size: 80%;
    position: absolute;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}