body {
  background-image: url("https://s3.amazonaws.com/shecodesio-production/uploads/files/000/107/607/original/81340844a99a35cc7993166cbd9b5866.gif?1702852507");
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  background-color: rgba(246, 221, 204, 0.8);
  border-radius: 4px;
  text-align: center;
  padding: 8px 10px;
  margin: 18px auto;
  max-width: 570px;
}
h1 {
  color: #422446;
  text-shadow: 2px 2px rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 30px;
  font-family: "Press Start 2P";
  margin: 20px;
}
select {
  color: #757575;
  background-color: #fafafa;
  border: 2px solid #fafafa;
  font-size: 12px;
  font-family: "Press Start 2P";
  border-radius: 2px;
  width: 60%;
  padding: 10px;
}
button {
  display: inline;
  color: #fafafa;
  font-family: "Press Start 2P";
  font-size: 12px;
  padding: 12px;
  margin-left: 10px;
  border: none;
  background: #ff6b97;
  box-shadow: -2.5px 0 0 0 #ff8ab7, 2.5px 0 0 0 #ff395b, 0 -2.5px 0 0 #ff8ab7,
    0 2.5px 0 0 #ff395b;
}
button:hover {
  cursor: pointer;
  color: #eaeaea;
  background: #dd4f78;
  box-shadow: -2.5px 0 0 0 #b7203b, 2.5px 0 0 0 #eb627e, 0 -2.5px 0 0 #b7203b,
    0 2.5px 0 0 #eb627e;
}
h2 {
  font-size: 22px;
  font-family: "Press Start 2P";
  margin: 0 0 10px;
}
.city {
  color: #5a265e;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 8px 0;
  padding-left: 12px;
  margin: 28px 0;
}
.city:first-child {
  padding-top: 28px;
}
.date {
  color: #bd4882;
  font-size: 22px;
  font-family: "VT323";
  text-align: left;
}
.time {
  color: #fafafa;
  font-size: 28px;
  font-family: "Press Start 2P", system-ui;
  font-weight: bold;
  text-shadow: 4px 4px rgba(90, 90, 90, 1);
  text-align: right;
  margin-top: 20px;
}
.time small {
  font-size: 16px;
  padding-right: 10px;
}
footer {
  color: #5a5a5a;
  text-align: center;
  font-size: 10px;
  font-family: "Press Start 2P";
  line-height: 1.5;
  border-top: 1px dashed #757575;
  padding-top: 14px;
  margin: 10px;
}
a {
  color: #5a265e;
}
a:hover {
  cursor: pointer;
  color: #bd4882;
}

@media (max-width: 768px) {
  .container {
    max-width: 90%;
    padding: 12px;
  }
  h1 {
    font-size: 24px;
    margin: 15px;
  }
  select {
    width: 80%;
    font-size: 10px;
    padding: 8px;
  }
  button {
    display: none;
  }
  .city {
    flex-direction: column;
    align-items: flex-start;
    margin: 18px 0;
  }
  .date {
    font-size: 18px;
  }
  .time {
    font-size: 22px;
    margin-top: 10px;
    text-align: right;
    align-self: flex-end;
  }
  .time small {
    font-size: 14px;
  }
}
