body {
    font-family: monospace;
    font-size: 18px;

    height: 100vh;
    margin: 0;

    display: flex;
    flex-direction: column;

    text-align: center;
    align-items: center;
    justify-content: center;

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

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

p {
    margin: 0;
}

div {
    margin: 7px;
}

img {
    image-rendering: pixelated;
}

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

a:hover {
    text-decoration: underline;
}

.badges a:hover {
    text-decoration: none;
}
