
body {
    background-color: #111;
    color: #eee;
    font-family: 'Courier New', monospace;
    padding: 20px;
}
h1 {
    color: #fff;
}
a {
    color: #c46fcd;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style-type: square;
    padding-left: 20px;
}
