body {
    font-family: monospace;
    font-size: 15.3px;
    width: 90%;

    color: #f8f8f2;
    background-color: #000000;

    margin-left: auto;
    margin-right: auto;

    margin-top: 2em;
    margin-bottom: 2em;
}

::selection {
    background: #bd93f9;
    color: #000000;
}

h1, h2, h3 {
    border-bottom: 1px solid #bd93f9;
}

li::marker {
    color: #f8f8f2;
    content: "* ";
}

img {
    image-rendering: pixelated;
}

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

a:hover {
    text-decoration: underline;
}

#Badges a:hover {
    text-decoration: none;
}
