@font-face { 
    font-family: "Misfits"; 
    src: url("../fonts/Misfits.ttf"); 
}

html,
body {
    width: 100%;
    height: 100%;
    background: #000000;
}

body {
    font-family: "Misfits",'Helvetica Neue',Arial,sans-serif;
}

canvas {
    display: block;
    height: 100%;
    width: 100%;
}