body {
  background-color: rgb(237, 234, 234);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 38px;
  font-weight: bold;
}

select {
  display: block;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
}
h2 {
  margin: 0 0 5px 0;
  font-size: 24px;
}
footer {
  text-align: center;
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.5);
}
a {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

#container {
  max-width: 600px;
  margin: 60px auto;
  margin-bottom: 0;
  padding: 30px;
  background: radial-gradient(
    666px at 0.4% 48%,
    rgb(202, 204, 227) 0%,
    rgb(89, 89, 99) 97.5%
  );
  box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
  border-radius: 10px;
}
#clockImage {
  font-size: 80px;
  position: relative;
  top: 10px;
}
#reset-page {
  text-decoration: none;
  background-color: #595963;
  padding: 5px 15px;
  color: white;
  border-radius: 5px;
}
.city {
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.city:last-child {
  border: none;
}
.date {
  opacity: 0.5;
}
.time {
  font-size: 40px;
  font-weight: bold;
}
.time small {
  font-size: 15px;
  line-height: 30px;
  vertical-align: middle;
  font-weight: lighter;
}
