body {
    background: #A4298C;
    margin: 0px;
    padding: 0px;
    spacing: 0px;
    color: #fff;
    font-family: sans-serif;
}

@font-face {
    font-family: "Frankfurter";
    src: url('fonts//OPTIFrankfurter-Medium.otf');
}

canvas {
    border: 0px solid black;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#title {
    position: fixed;
    rotate: -20deg;
    left: 100px;
    width:500px;
    #z-index: -1;
}

#debug {
    font-size: 1.5em;
    position: fixed;
    right: 20px;
    width: 300px;
    top: 20px;
}

.hidden {
    display: none;
}
