body {
  font-size: 18px;
  color: #ffffff;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  line-height: 1.5;
  background: #412954;
  background: linear-gradient(90deg, #412954 0%, #251b45 100%);
}

.expired {
  display: none;
}

.theList {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: block;
  max-width: 500px;
  width: 100%;
}
.theList li {
  background: rgba(91, 56, 108, 0.4);
  border: 1px solid #5b386c;
  padding: 1em;
  border-radius: 1em;
  margin: 1em;
}
.theList .title {
  flex-basis: 100%;
  font-size: 1.2em;
  color: #ff548e;
  font-family: "Maven Pro", sans-serif;
}
.theList .hours {
  color: #796e8e;
}
.theList .icon {
  font-size: 2em;
}

h1 {
  margin: 1em auto;
  line-height: 1.1;
}

h1, h2, h3, h4, h5 {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
}
