* {
  margin: 0;
  padding: 0;
  border: 0 none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: black;
  color: #f2e1d9;
}

body {
  position: relative;
  padding: 1.5rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  -webkit-overflow-scrolling: auto;
}
body:before, body:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6rem;
}
body:before {
  top: 0;
  background: linear-gradient(102deg, #cc007a 0%, #ff33ad 100%);
}
body:after {
  bottom: 0;
  background: linear-gradient(-12deg, #cc007a 0%, #ff33ad 100%);
}

.page {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 3rem);
  padding: 3rem 1rem;
  border-radius: 1.125rem;
  background-color: black;
  color: currentColor;
  user-select: none;
}
.page > * + * {
  margin-top: 2rem;
}

h1 {
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
  cursor: default;
}
h1 > b {
  font-weight: 400;
}

h2 {
  margin-top: 2rem;
  font-size: 1.2em;
  font-weight: inherit;
}

audio {
  width: 100%;
  max-width: 480px;
  outline: none !important;
}

p {
  cursor: default;
}

a {
  font-weight: 600;
  color: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #f09;
}

.pink {
  color: #f09;
}

.caption {
  text-transform: uppercase;
  word-spacing: 0.05em;
  letter-spacing: 0.125em;
}
@media (max-width: 480px) {
  .caption {
    width: 100%;
  }
  .caption > .description {
    display: block;
    margin-bottom: 1.25rem;
  }
  .caption > .bullet {
    display: none;
  }
}
@media (min-width: 481px) {
  .caption {
    color: #666666;
  }
}

/*# sourceMappingURL=theme.css.map */
