html {
    height: 100%;
}

@font-face {
    font-family: 'Nexa Rust Sans';
    src: url('../fonts/Nexa%20Rust%20Sans%20W00%20Black.woff2') format('woff2'),
         url('../fonts/Nexa%20Rust%20Sans%20W00%20Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    font-family: Roboto;
    height: auto;
    background-color: #000000;
}