body {
    margin: 0;
    width: 800vw;

    user-select: none;
    font-family: "Afacad Flux", sans-serif;
}

.mainContainer,
.controllerContainer {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    position: absolute;
}

.cursor {
    border-radius: 50%;
    background-color: white;
    position: fixed;
    pointer-events: none;
    box-shadow: 10px 8px 200px 44px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 10px 8px 200px 44px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 10px 8px 200px 44px rgba(255, 255, 255, 0.75);
    transform: translate(-50%, -50%);
}