html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a img, input, textarea, button, select, option {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

button {
  cursor: pointer;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: 0;
}

.content p.paid-for, .content p.narrative {
  font: 18px/1em "Lexend Deca", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  min-height: 100vh;
  background-color: #f7f3e6;
  border-top: solid 25px #dbff7b;
  border-right: solid 25px #455eba;
  border-bottom: solid 25px #4f0441;
  border-left: solid 25px #b9d5ff;
}

body {
  height: calc(100vh - 50px);
}

.content {
  display: flex;
  flex-direction: column;
  width: 624px;
  max-width: calc(90% - 50px);
  height: calc(100vh - 50px);
  padding: 100px 0 60px;
  margin: 0 auto;
}
.content h1 {
  display: block;
  width: 310px;
  max-width: 100%;
  height: 158px;
  margin: 0 auto 38px;
  background-image: url(logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  overflow: hidden;
}
.content p {
  color: #210645;
}
.content p.narrative {
  width: 98%;
  line-height: 22px;
  margin: 0 auto 50px;
}
.content p.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  font-size: 42px;
  font-family: "acumin-variable", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 700;
}
.content p.cta span {
  display: block;
  width: auto;
  height: 45px;
  line-height: 43px;
  padding: 0 17px;
  overflow: hidden;
}
.content p.cta span:nth-child(1) {
  background-color: #dbff7b;
  color: #210645;
}
.content p.cta span:nth-child(2) {
  background-color: #fbc080;
  color: #455eba;
}
.content img.icon {
  display: block;
  width: 70px;
  height: auto;
  margin: 0 auto 100px;
}
.content p.paid-for {
  line-height: 22px;
  text-align: center;
  margin-top: auto;
}

@media screen and (max-width: 600px) {
  html {
    height: auto;
    border-width: 20px;
  }
  body {
    height: auto;
  }
  .content {
    height: auto;
    padding: 40px 0 80px;
  }
  .content h1 {
    width: 200px;
    margin-bottom: 0;
  }
  .content p.narrative,
.content p.paid-for {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .content p.cta {
    flex-wrap: wrap;
  }
  .content p.cta span {
    display: block;
    width: 250px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 370px) {
  html {
    border-width: 16px;
  }
  .content p.cta {
    font-size: 30px;
  }
}

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