body {
  background-color: #feffdf;
}
.Container {
  margin: 0 auto;
  background-color: #ffa952;
  max-width: 600px;
  padding: 20px;
  border-radius: 10px;
  margin-top: 50px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
#input {
  background-color: #feffdf;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  color: #6a3c0d;
}
h1 {
  text-align: center;
}
footer {
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  margin-top: 10px;
  font-size: smaller;
}
a {
  color: #7f6108;
  text-decoration: none;
}
.city1 {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.4);
}
.date1 {
  font-size: 10px;
  margin: 15px 30px 0px 0px;
  padding: 0px 50px 0px 0px;
}
.time1 {
  font-size: 20px;
}

.city2 {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}
.date2 {
  font-size: 10px;
  margin: 15px 30px 0px 0px;
  padding: 0px 50px 0px 0px;
}
.time2 {
  font-size: 20px;
}
