body {
    margin: 0;
    padding: 0;
    background-color: #2C2F33;
    font-family: sans-serif;
    color: white;
    font-size: 250%;
    padding: 4%;
    line-height: 4rem;
}

* {
    cursor: none;
}

a {
    color: inherit;
}

.cursor {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
    border: 1px white solid;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.2);
    z-index: -1;
    transform: scale(1);
    transition-property: transform, background;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    pointer-events: none;
}