@font-face {
    font-family: "va11halla";
    src: url(/assets/fonts/va-11-hall-a-cyr-10px.otf);
}
body {
    font-family: "va11halla";
    font-size: large;
    color: white;
    background-color: black;
}
img {
    width: 650px;
    image-rendering: pixelated;
}
video {
    width: 650px;
}
/* Remove Chromiums hideous scrollbar */ 
::-webkit-scrollbar {
    display: none;
}