@font-face {
    font-family: 'Gotham-Light';
    src: url('Light.ttf');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('Bold.ttf');
}

* {
    margin: 0px;
    padding: 0px;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #000;
}

canvas {
    position: fixed;
    top: 0px;
    left: 0px;
}