body {
  background: url("https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExZzRmdm95cTF4OGE4aGUwY2ZseHQ3bm16NThvbWV3cXEwMnliN3NlNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/JmOV8gQHVTpcwPWPB1/giphy.gif");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: sans-serif;
}

h1 {
  color: blanchedalmond;
  padding: 12px;
  font-size: 54px;
  display: flex;
  justify-content: left;
}

select {
  width: 600px;
  margin: 15px;
  padding: 12px;
  font-size: 18px;
  border-radius: 8px;
}
.city {
  display: block;
  max-width: 600px;
  color: antiquewhite;
  display: flex;
  justify-content: space-between;
  margin-left: 18px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

h2 {
  font-size: 36px;
}

.date {
  margin-top: 42px;
}
.time {
  font-size: 45px;
  font-weight: bold;
  margin-top: 16px;
}

footer {
  margin-top: 40px;
  text-align: center;
  color: antiquewhite;
  font-style: italic;
}

a {
  color: antiquewhite;
}

.city-card {
  background-color: blanchedalmond;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 300px;
  font-family: sans-serif;
  margin-left: 150px;
}

.city-card h2 {
  font-size: 24px;
  margin-bottom: 3px;
}

.city-card .date {
  font-size: 16px;
  color: #666;
}

.city-card .time {
  font-size: 28px;
  font-weight: bold;
  color: #2c3e50;
}
