cursor {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 50%;
    user-select: none;
    z-index: 1;
}

cursor img {
    display: none;
    width: 20px;
    height: 20px;
}

cursor .cursor__hover {
    display: none;
    font-family: 'Minecraft', 'Rubik', sans-serif;
    color: var(--info);
}