.home-districts,
.home-route p {
  display: none;
}

.start-panel h1 {
  font-size: 24px;
}

.start-panel p {
  font-size: 12px;
}

.lane-drop {
  background: rgba(19, 24, 38, 0.42);
  border: 2px dashed rgba(255, 212, 77, 0.85);
  border-radius: 6px;
  z-index: 4;
}


.lane:not(.locked) .toll-gate::after { content: none; }
