*{cursor: none;
  font-family: 'Poppins', sans-serif;
}

body{
  background-color:black;
  overflow: hidden;
}

.cursor{
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2000;
}


.follower{
    position: fixed;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: #ff0087;
    border-radius: 50%;
    opacity: 0.7;
}

.cursortxt{
  color: white;
  font-size:170px;
  font-weight: 800;
  line-height:160px;
}

.restext{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.gsaptxt{
  background-color: aquamarine;
    font-size: 32px;
    padding: 11px 0px;
    margin-top: 10px;
    font-weight: 600;
}
