body {
  background: #eaf6f6;
  font-family: "Figtree", sans-serif;
}

h1 {
  color: #fcfefe;
  font-weight: bold;
  line-height: 48px;
  font-size: 38px;
  border: 1px solid #f76b8a;
  border-radius: 16px;
  background: #f76b8a;
  padding: 10px 0;
  text-align: center;
}
h2 {
  margin: 0;
  font-size: 28px;
}

select {
  background: #eaf6f6;
  border: none;
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
}

footer {
  text-align: center;
  font-size: 12px;
  color: #f76b8a;
}

a {
  color: #f76b8a;
  text-decoration: none;
}
.world-clock-container {
  background: #fcfefe;
  max-width: 450px;
  margin: 60px auto;
  box-shadow: 10px 10px 20px rgba(90, 98, 98, 0.2);
  padding: 60px;
  border-radius: 16px;
}

.city {
  display: flex;
  justify-content: space-between;
  color: #66bfbf;
  margin: 10px 0;
  padding: 20px 0;
  border-bottom: 1px dashed #eaf6f6;
}
.city:last-child {
  border: none;
}
.date {
  font-size: 12px;
  opacity: 0.7;
}
.time {
  color: #f76b8a;
  font-size: 38px;
  font-weight: bold;
}

.time small {
  font-size: 16px;
}
