body {
  font-family: "PT Sans", sans-serif;
}

footer {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}

h1 {
  font-weight: 100;
  letter-spacing: 1.5px;
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 40px;
}

select {
  padding: 5px 15px;
  width: 550px;
  border-radius: 8px;
  margin-bottom: 30px;
}

h1 a {
  color: white;
  text-decoration: none;
}

footer a {
  color: rgba(33, 33, 33, 0.95);
  text-decoration: none;
  font-style: italic;
}

.container {
  width: 600px;
  background-color: rgba(33, 33, 33, 0.95);
  color: white;
  display: block;
  margin: 60px auto;
  margin-bottom: 10px;
  padding: 30px 0px 50px 50px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.8) 0px 7px 29px;
}

.city {
  border-bottom: 1px solid white;
  width: 550px;
  line-height: 80px;
  letter-spacing: 1.5px;
  display: flex;
  justify-content: space-between;
}

.display-countries {
  display: block;
  margin: 20px auto;
}

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

.city-name {
  font-size: 32px;
  font-weight: 500;
}

.date {
  font-size: 12px;
}

.time {
  font-size: 45px;
  font-weight: bold;
}

#date-london {
  position: relative;
  right: -40px;
}

#date-new-york {
  position: relative;
  right: -12px;
}

#date-sydney {
  position: relative;
  right: -42px;
}
