/* for the splash page, and future error page handling */

body {    
    background-color: black;
    color: white;
    text-align: center;    
}

h1 {
    font-family: fantasy, sans-serif;
    font-size: 6vw;
}
p {font-family: monospace;}