body {
    background-color: #2f0b24;
}

h1 {
    text-align: center;
}

h2 {
}


div {
    color: #FFFFFF;
    font-family: "DejaVu Sans Mono", monospace, "Courier New";
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}



