html, body {
    height          : 100%;
    margin          : 0;
    padding         : 0;
    color           : #fff;
    background      : #000;
    overflow        : hidden;
    display         : flex;
    justify-content : center;
    align-items     : center;
}

canvas {
    position : absolute;
    width    : 100%;
    height   : 100%;
    top      : 0;
    left     : 0;
    z-index  : 0;
}

#ontop {
    color       : #ffffff;
    text-align  : center;
    text-shadow : 0 0 24px #ffffff;
    font-family : monospace;
    top         : 0;
    z-index     : 10000;
}

#symbol {
    font-size   : 20em;
    line-height : 0.8;
}