.rides {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 5px #000;
}

/* Centered text */
.centered {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 50px;
}


