body {
    font-family: "Open Sans", serif;
    margin: 0;
    padding: 0;
    background-color: black;
    /* text-align: center;
    margin: 50px; */
}

#title {
    font-family: "Bebas Neue", serif;
    font-size: 200px;
    color: #080808;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

canvas {
    display: block;
}