body {
  background-color: grey;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-color: #f0f0f0;
  padding: 60px;
  margin: 20px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 5px;
}
.container {
  background-color: whitesmoke;
  min-width: 60%;
  margin: 0 auto;
  padding: 30px;
  margin: 60px 0 auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  font-family: "Times New Roman", Times, serif;
  color: black;
  font-size: 20px;
}
select {
  width: 80%;
  padding: 15px;
  margin: 20px auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: block;
  font-size: 22px;
}
h1 {
  text-align: center;
  color: #333;
  font-family: "Courier New", Courier, monospace;
  margin-top: 20px;
  font-size: 60px;
  font-weight: 95px;
}
h2 {
  text-align: center;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  margin: 0 0 5px;
  font-size: 40px;
  line-height: 2;
}
.city {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.time {
  font-size: 40px;
  color: black;
  font-weight: bolder;
}
.time small {
  font-size: 18px;
  line-height: 36px;
  vertical-align: top;
  color: #333;
}
.date {
  opacity: 0.9;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  border-bottom: dashed grey 1px;
  padding: 20px;
  margin-bottom: 50px;
}
.date:last-child {
  border-bottom: none;
}

a {
  color: palevioletred;
  text-decoration: underline;
}
footer {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  color: azure;
}
