body {
  color: rgb(212, 30, 155);
  background-color: pink;
  background-image: linear-gradient(90deg, #fadadd 22%, #ce99a2 74%);
}
h1 {
  text-align: center;
  font-size: 52px;
  font-family: "Orbitron", sans-serif;
  text-shadow: 3px 3px 0 #e366ba;
}
select {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  padding: 10px;
  border-radius: 3px;
}
select:focus {
  outline: none;
  border-color: #e366ba;
}

.container {
  max-width: 550px;
  margin: 0 auto;
  background-color: lavenderblush;
  padding: 10px;
  border-radius: 7px;
  border: 3px solid rgb(197, 143, 176);
  box-shadow: rgba(240, 46, 170, 0.4) 5px 5px, rgba(240, 46, 170, 0.3) 10px 10px,
    rgba(240, 46, 170, 0.2) 15px 15px, rgba(240, 46, 170, 0.1) 20px 20px,
    rgba(240, 46, 170, 0.05) 25px 25px;
}
.cities {
  color: #e818a3;
  background-color: rgb(232, 208, 217);
  border: 3px solid rgb(197, 143, 176);
  border-radius: 4px;
}

.city-list {
  display: flex;
  margin: 24px 0;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px dashed rgb(187, 177, 177);
}

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

h2 {
  margin: 0;
  font-size: 30px;
}
.time {
  font-size: 45px;
  font-weight: bold;
}
.time small {
  font-size: 20px;
  vertical-align: middle;
}
.date {
  opacity: 0.7;
}
footer {
  text-align: center;
  margin-top: 60px;
}

.github {
  color: rgb(232, 208, 217);
}

a[href="/"] {
  color: #aa3a85;
  font-weight: 800;
  font-family: "Orbitron", sans-serif;
}
