/* Container holding the bus and the text */
.container {
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 260%;
  }
  /* Bus text */
  .output {
    position: absolute;
    top: 47%;
    left: 33%;
    transform: translate(-40%, -40%);
  }
