@font-face
{
    font-family: Cubrick;
    src: url(Fonts/Cubrick.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: black;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
canvas
{
    display: block;
}
