html, body {
    background-color: #fff;
    color: #636b6f;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

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

.content {
    position: relative;
    z-index: 99999999;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f0f0f0;
    text-align: center;
    font-size: 36px;
}