
.cursor{
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(223, 51, 66, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.3s linear;
    color: whitesmoke;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    z-index: 20;
}
.cursor-change{
        width: 40px;
    height: 40px;
    background: rgba(223, 51, 66, 1);
    transform: translate(-50%, -50%) scale(2.5);
  font-family: "Krona One";
  font-size: 10px;
}