.page_width {
  width: 1080px;
}

.title {
  position: absolute;
  font-size: 50px;
  width: 500px;
}

.title_pos1 {
  left: 100px;
  top: 20px;
}

.title_pos2 {
  left: 130px;
  top: 80px;
}

.title_pos3 {
  left: 150px;
  top: 1050px;
}

.front_arrow {
  position: absolute;
  left: 230px;
  top: 150px;
  width: 200px;
}

.stop {
  position: absolute;
  left: 225px;
  top: 480px;
}

.reverse_arrow {
  position: absolute;
  left: 230px;
  top: 760px;
  width: 200px;
}

.left_turn_arrow {
  position: absolute;
  left: 20px;
  top: 500px;
  width: 200px;
}

.right_turn_arrow {
  position: absolute;
  left: 440px;
  top: 500px;
  width: 200px;
 }