
body{
    user-select: none;
    height: auto;
    overflow-x: hidden;
    width: 100%;

}

#particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}


.cursor{
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    border: 1px solid #9e9e9e;
    background: transparent;
    pointer-events: none;
    position: fixed;
    top: -25px;
    left: -25px;
    z-index: 10;
    opacity: .6;
    transition:  scale .4s ease;
}

