#wheel {
    height: 80px;
    margin-top: -50px;
    margin-bottom: 25px;
    width: 100%;
}
#wheel span {
    font-size: 2vw;
    height: 200px;
    position: absolute;
    left: 50%;
  
  }

  #wheel .hi {
    position: absolute;
    left: 47.8%;
    margin-top: 2%;
    font-size: 3vw;
  }
  
  #name {
    z-index: 10;
    font-family: jangkuy;
  }
  
 