body {
    margin: 0;
    overflow: hidden;

    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    touch-action: none;
}

#particles-js {
    background-color: #0e1117;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c6d0d9;
    font-size: 5vh;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;

    pointer-events: none
}