body {
background-color: #000000;
}
#logo {
display: block;
margin-left: auto;
margin-right: auto;
}
#nav {
list-style-type: none;
display: table;
margin: 0 auto;
}
li {
float: left;
text-align: center;
padding: 4px;
}
a:link {
text-decoration: none;
color: #FFFFFF;
font-family: "Noto Sans Mono", monospace;
transition: color 0.25s;
}
a:hover {
color: #FF0000;
}
a:active {
color: #FF0000;
}
a:visited {
color: #FF0000;
}
h1 {
text-align: center;
color: #FFFFFF;
font-family: "Noto Sans Mono", monospace;
}
p {
text-align: center;
color: #FFFFFF;
font-family: "Noto Sans Mono", monospace;
}
#banner {
image-rendering: pixelated;
display: block;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
}
