body {
    text-align: center;
    background-color: #151119;
    font-family: 'PixeloidSans', sans-serif;
    color: #C19ECC;
    font-size: 15px;
    margin: 1em;
}

/*body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(21, 17, 25, 0.5)), url("res/bg.gif");
    transform: scale(3);
    image-rendering: pixelated;
    z-index: -1;
}*/

a {
    color: #938ACC;
}

h1 {
    font-family: 'PixeloidSansBold', sans-serif;
}

#links {
    width: 95%;
    margin-left: auto;
    text-align: left;
    font-size: 0.75em;
}

#ass {
    font-size: 0.5em;
    width: 95%;
    margin-right: auto;
    text-align: right;
}