
body {
    background-color: #000;
    color: #fff;
    font-family: monospace;
    padding: 40px;
    line-height: 1.8;
}
nav a {
    color: #00ffff;
    margin-right: 15px;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover {
    text-decoration: underline;
}
h1, h2 {
    color: #00ffff;
}
.section {
    background-color: #111;
    padding: 20px;
    margin-top: 30px;
    border-left: 4px solid #00ffff;
}
a.inline-link {
    color: #00ffff;
    text-decoration: underline;
}
