body {
  font-family: helvetica;
  background-color: #222;
}
.mainContainer {
  background-color: #222;
  padding: 20px 20px 20px 20px;
  border: #222 10px solid;
  box-shadow: 0px 0px 0px 10px white inset;
}
.header > h1 {
  font-size: 5rem;
  padding: 10px 0 10px 0;
  margin: 10px;
  text-align: center;
  color: whitesmoke;
  text-shadow: 2px 2px 4px #000000;
  border-bottom: white 5px solid;
}

h2 {
  font-size: 6.5rem;
  margin: 0;
  padding: 0 50px;
  color: white;
}
h3 {
  font-size: 4rem;
  margin: 0;
  padding-top: 15px;
  color: white;
}
a {
  text-decoration: none;
}
a > h3:hover {
  color: red;
}
h4 {
  font-size: 2rem;
  color: wheat;
  letter-spacing: -1px;
  line-height: 10px;
}
h5 {
  color: wheat;
  font-size: 1rem;
  line-height: 3px;
  letter-spacing: 1px;
  margin: 5px 0 0 0;
  text-align: left;
}
.pure-g {
  display: flex;
  justify-content: center;
}
.mainNumber {
  background-color: red;
  border-radius: 50%;
  border: 10px white solid;
  margin: 10px;
  padding: 10px;
  height: 150px;
  width: 150px;
  align-items: center;
  display: flex;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
  cursor: pointer;
}
#oneTrain,
#twoTrain,
#threeTrain {
  opacity: 0.8;
}
#oneTrain:hover,
#twoTrain:hover,
#threeTrain:hover {
  opacity: 1;
}
.numberChoices {
  padding: 15px 0 50px 0;
}
.header {
  display: flex;
  justify-content: center;
}
.vl,
.vlb {
  border-left: 35px solid red;
  height: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.vlb {
  margin-top: -15px;
  z-index: 0;
}
.vl {
  margin-bottom: -15px;
}

#oneTrainCard,
#twoTrainCard,
#threeTrainCard {
  display: none;
}
.back {
  display: flex;
  justify-content: right;
  padding: 0 5px;
  cursor: pointer;
}
#backnav {
  display: none;
}
.weather {
  display: flex;
  justify-content: flex-start;
  height: 30px;
  align-items: baseline;
}
#currentweather {
  text-align: right;
  margin: 0;
}
.top {
  justify-content: space-between;
  align-items: baseline;
  padding: 0 15px;
}
#uberbtn {
  padding: 10px;
  border-radius: 10px;
  background-color: #263238;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: center;
  font-weight: bold;
  color: antiquewhite;
}
#uberbtn > a {
  color: antiquewhite;
  font-weight: bold;
}
#uberbtn:hover > a {
  color: #263238;
}
#uberbtn:hover {
  background-color: white;
  color: #263238;
}
