body {
  background-image: url("https://t4.ftcdn.net/jpg/11/45/68/45/360_F_1145684561_eNZ4NP68IlCZLvbwadJ938qtENKVQfmW.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.082);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 10px 10px 30px lightgoldenrodyellow;
  margin: 50px auto;
  padding: 30px;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 30px 0;
  border-bottom: #cf7dff 1px solid;
}

.city:last-child {
  border-bottom: none;
}

.date {
  font-family: sans-serif;
  color: #555;
}

.time {
  font-size: 48px;
  font-weight: bold;
  font-family: monospace;
  color: black;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 1.5;
  color: #555;
}

select {
  background-color: rgba(255, 255, 255, 0.082);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #cf7dff;
  font-family: sans-serif;
}

select option {
  font-family: sans-serif;
  color: black;
}

h1 {
  text-align: center;
  font-family: sans-serif;
  font-size: 35px;
  color: black;
}

h2 {
  margin: 0 0 8px;
  font-family: sans-serif;
  font-size: 32px;
  color: black;
}

.footer {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  color: #555;
  font-family: sans-serif;
}

.footer a {
  color: aqua;
  text-decoration: none;
  font: bold;
}
