h1 {
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.3);
    font-family: monospace;
    font-size: 20px;
    text-align: right;
    margin-top: 30px;
    margin-right: 30px;
}

canvas {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #62afc9, #6280f9);
}