.tire-selection span {
    font-family: BebasNeue;
    font-size: 50px;
    position: absolute;
}

.tire-selection span:nth-child(1) {
    transform: translate(-100px, 33px) rotate(-25deg);
}

.tire-selection span:nth-child(2) {
    transform: translate(-32px, 25px) rotate(-18deg);
}

.tire-selection span:nth-child(3) {
    transform: translate(-13px, 18px) rotate(-12deg);
}

.tire-selection span:nth-child(4) {
    transform: translate(33px, 14px) rotate(-11deg);
}

.tire-selection span:nth-child(5) {
    transform: translate(59px, 14px) rotate(0deg);
}

.tire-selection span:nth-child(6) {
    transform: translate(5px, 15px) rotate(4deg);
}

.tire-selection span:nth-child(7) {
    transform: translate(27px, 17px) rotate(12deg);
}

.tire-selection span:nth-child(8) {
    transform: translate(61px, 27px) rotate(20deg);
}

.tire-selection span:nth-child(9) {
    transform: translate(79px, 35px) rotate(27deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


path {
  fill: transparent;
}

text {
  fill: #FFFFFF;
}

.secondary-characters {
  fill: #717171;
}



