body {
  display: grid;
  justify-content: center;
  background-color: #f9f6ef;
  background-image: radial-gradient(circle, #f9f6ef, #ebebe3),
    radial-gradient(at 100% 20%, #5eb0e525, #0000 70%),
    radial-gradient(at 20% 20%, #f3d06025, #0000 70%),
    radial-gradient(at 20% 100%, #a5282c25, #0000 70%),
    radial-gradient(at 100% 100%, #aee1cd25, #0000 70%);
  background-blend-mode: darken;
  background-attachment: fixed;
  background-size: 100vw 100vh;
}

h1 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 50px;
  justify-content: center;
  margin-bottom: 30px;
}

h2 {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.container {
  max-width: 700px;
  padding: 10px;
}

.content {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
}

.select {
  width: 100%;
  height: 25px;
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  font-size: 14px;
}

.option {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
}

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

.date {
  opacity: 0.7;
  font-family: "Ubuntu Mono", monospace;
}

.time {
  font-size: 40px;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 25px;
}

.time small {
  font-size: 24px;
  vertical-align: middle;
  line-height: 48px;
}

footer {
  font-family: "Ubuntu Mono", monospace;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #000000;
}
