body {
  background-color: #232023;
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  padding: 35px;
  border-radius: 18px;
  background: #3a3738;
  color: #faf9f6;
}

.city {
  display: flex;
  margin: 20px;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid gray;
}

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

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

.date {
  opacity: 0.07px;
  color: #9e9d9e;
}

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

h1 {
  text-align: center;
  color: #faf9f6;
  font-family: "Doto", sans-serif;
  font-size: 45px;
}

h2 {
  margin: 0 0 10px;
  font-size: 26px;
}

select {
  display: block;
  border-radius: 18px;
  background: #3a3738;
  color: #faf9f6;
  font-size: 18px;
  padding: 8px;
  width: 100%;
}

footer {
  text-align: center;
  color: #faf9f6;
  border-bottom: 1px solid gray;
  padding: 15px;
}
a:link {
  color: tan;
  text-decoration: underline;
}

a:visited {
  color: tan;
}

a:hover {
  color: #75140c;
}

a:active {
  color: #75140c;
  text-decoration: underline;
}

a:link,
a:visited {
  text-decoration: none;
}

.doto-h1 {
  font-family: "Doto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "ROND" 0;
}

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}
