body {
  background-color: #add2c9;
  font-family: sans-serif;
}

h1 {
  text-align: center;
  font-size: 38px;
  font-family: "Merriweather", serif;
  color: #153b44;
}

.site-container {
  max-width: 600px;
  margin: 60px auto;
  background: #faf9f9;
  padding: 30px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10px;
}

.controls-container {
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
}

.btn-current-location {
  display: flex;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  font-family: "Merriweather", serif;
  background-color: #153b44;
  color: #add2c9;
  border: 1px solid #153b44;
  width: 100%;
  max-width: 220px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin: 12px auto;
}

.btn-current-location:hover {
  background-color: #add2c9;
  color: #153b44;
}

.material-symbols-outlined {
  font-size: 20px;
}

h2 {
  margin: 0 0 5px;
  font-size: 28px;
  color: #153b44;
}

.city {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.date {
  opacity: 0.7;
}

.time {
  font-size: 48px;
  font-weight: bold;
  font-family: sans-serif;
  color: #153b44;
}

.time small {
  font-size: 24px;
  line-height: 36px;
  vertical-align: middle;
  color: #153b44;
}

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

footer {
  text-align: center;
  font-size: 15px;
  font-family: sans-serif;
  color: #153b44;
}

footer a {
  text-decoration: none;
  color: #07588a;
  font-size: 16px;
}

footer a:hover {
  text-decoration: underline;
}
