body {
  background-color: #eeeeee;
}
.container {
  border-radius: 10px;
  border: 1px solid #b55400;
  max-width: 450px;
  margin: 50px auto;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 5px 5px 5px #393e46;
  background-color: whitesmoke;
}
h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
}
select {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
}
p {
  line-height: 1.5;
}
.city {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.cityName {
  margin-right: 100px;
  font-weight: 600;
  font-size: 28px;
  padding-top: 5px;
}
.date {
  margin-right: 200px;
  margin-top: 10px;
  color: #393e46;
  font-size: 15px;
  padding-bottom: 10px;
  opacity: 0.8;
}
.time {
  font-size: 35px;
  font-weight: 600;
  padding-top: 10px;
}
#citySecond {
  padding-top: -10px;
  margin-top: -20px;
}
#timeSecond {
  margin-top: 10px;
}
#dateSecond {
  margin-top: -10px;
}
#cityThird {
  padding-top: -10px;
  margin-top: -20px;
}
#timeThird {
  margin-top: 10px;
}
#dateThird {
  margin-top: -10px;
}
small {
  font-size: 15px;
  vertical-align: middle;
}
hr {
  border-top: 1px dashed #b55400;
}
footer {
  text-align: center;
  font-size: 15px;
}
a {
  color: #b55400;
}
