body {
    background-color: #000;
}
h1 {
    color: rgb(255, 255, 255);
    font-family: monospace;
}
h2 {
    color: #ffffff;
    font-size: 19px;
    font-family: monospace;
}
p {
    color: rgb(255, 255, 255);
}
a {
    color: #ffffff;
    font-size: 14px;
    font-family: monospace;
}