@font-face {
    font-family: "va11halla";
    src: url(/assets/fonts/va-11-hall-a-cyr-10px.otf);
}
a:visited {
    color: white;
}
a:link {
    color: white;
}
html {
    cursor: url(/assets/images/cursor.png), auto;
    height: 100%;
}
a:hover {
    cursor: url(/assets/images/cursor.png), auto;
}
body {
    color: white;
    background-color:rgba(43, 1, 58, .9);
    text-align: center;
    font-family: "va11halla";
    font-size: x-large;
    image-rendering: pixelated;
}