#juhhuu {
    display: none;
    position: fixed;
    top: 40%;
    text-align: center;
    width: 100%;
    font-size: 36px;
}
canvas {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;

}