* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* latin-ext */
@font-face {
  font-family: 'Zen Tokyo Zoo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRvwaRkRFe9.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Zen Tokyo Zoo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRvwapkRA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v33/Qw3aZQNVED7rKGKxtqIqX5EUA3x4RHw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/josefinsans/v33/Qw3aZQNVED7rKGKxtqIqX5EUDXx4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'Josefin Sans';
  background: radial-gradient(circle at 90% 90%, #50006a, #290037, #53003d, #2a001f);
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.5);
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 48px 0;
  font-weight: 400;
  perspective: 1000px;
  color: white;
  p {
    padding-top: 48px;
    font-size: 16px;
    /* text-transform: lowercase; */
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  }
  button {
    background: none;
    border: none;
    color: inherit;
    svg {
      stroke: currentColor;
    }
  }
  h1 {
    transform: rotate3d(1, 0, 0, -30deg);
    font-family: 'Zen Tokyo Zoo';
    color: #ffc7f9;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    span {
      display: inline-block;
      &::first-letter {
        font-size: 1.35em;
      }
    }
    text-shadow:
      0 0 10px #ff6af0,
      0 0 20px #ff6af0,
      0 0 40px #ff6af0,
      0 0 80px #ff6af0;    
  }
}