.circle {
    border-radius: 50%;
    position: absolute;
    display: flex;
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  rotate: 90deg;
  top: 30%;
  font-family: Arial, Helvetica, sans-serif;
}

#start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Optional: Add dimensions and background for visibility */
  width: 200px;
  height: 100px;
  background-color: rgb(195, 255, 172);
}