html, body {
    background: #181a1b;
    color: #d8d8d8;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

body {
    padding: 25px 35px;
}

a {
    color: #66b3ff;
    text-decoration: none;
}

a:hover {
    color: #9dccff;
    text-decoration: underline;
}

pre {
    font-family: Consolas, "Courier New", monospace;
    line-height: 1.6;
}

hr {
    border: 0;
    border-top: 1px solid #3a3d3f;
}

h1 {
    font-size: 24px;
    font-weight: normal;
}
