* {
    margin: 0;
    box-sizing: border-box;
    font-family: "VCR_ENG", "Verdana","Ariral";
}
@font-face{
    font-family: "VCR_ENG";
    src: url("fonts/VCR OSD Mono Cyr.ttf") format('truetype'),
        url("fonts/VCR OSD Mono.woff2") format("woff2"),
         url("fonts/VCR OSD Mono.woff") format("woff");
    font-size: 12;
}
body{
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}
html{
    height: 100%; /* I dunno why nothing works without it */
}