* {
    padding: 0;
    margin: 0;
    font-family: sans serif;
}
@font-face {
    font-family:"teko";
    src:url("fnt/teko.woff2") format("woff2"),
        url("fnt/teko.woff") format("woff");
}
html {
    background-color: #202020;
}