body {
background: black;
color: #eaeaff;
font-family: johndoe, monospace;
}
a {
text-decoration: none;
color: inherit;
}
a:hover {
color: #fff;
}
#splash {
position: fixed;
top: 3%;
left: 0;
width: 100%;
height: 94%;
}
#cap {
font-size: large;
position: fixed;
bottom: 0;
}
