body {
  font-family: "Savate", sans-serif;
}
h1 {
  color: #f39e00;
  text-align: center;
  font-size: 48px;
}
select {
  font-family: "Savate", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #072536;
  display: block;
  margin: 20px auto;
  width: 100%;
  padding: 20px 10px;
  border: none;
  border-radius: 20px;
  background: transparent;
}
.app-container {
  max-width: 800px;
  display: block;
  margin: 60px auto 30px;
  padding: 30px;
  border-radius: 20px;
  background-image: url("images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.city-wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.city {
  padding: 20px 15px;
  border: 3px solid #316275;
  border-radius: 20px;
  width: 100%;
}
.city-name {
  color: #072536;
  font-size: 28px;
  margin: 15px 0;
}

.time {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #aa6205;
}
.time small {
  font-size: 20px;
  vertical-align: middle;
}
.date {
  font-size: 18px;
  line-height: 1.5;
}
.new-time-date-container {
  padding: 20px 15px;
  border: 3px solid #316275;
  border-radius: 20px;
  width: 100%;
  padding: 50px 15px;
}
.new-time-date-flex {
  display: flex;
  justify-content: space-between;
}
.new-city-name {
  margin: 0;
  font-size: 50px;
  color: #072536;
  font-weight: bold;
  text-decoration: dotted underline;
  text-decoration-color: #f39e00;
}
.new-time {
  font-size: 64px;
  font-weight: bold;
  line-height: 1.5;
  color: #aa6205;
}
.new-time small {
  font-size: 30px;
  vertical-align: middle;
}
.new-date {
  font-size: 22px;
  color: #072536;
  line-height: 1.5;
}
.back-link {
  margin: 20px 30px 0px;
  text-align: right;
}

a {
  text-decoration: none;
  color: #f39e00;
}

.back-link a {
  color: #072536;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}
footer {
  max-width: 800px;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 30px;
}
