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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.3rem;
  box-sizing: border-box;
  hyphens: auto;
}

html {
  background: #00d4ff;
  background: radial-gradient(circle, #00d4ff 50%, #009cbb 100%);
}

body {
  min-height: 100vh;
  padding: 6.5rem;
}
@media screen and (max-width: 1130px) {
  body {
    padding: 6.5rem;
  }
}
@media screen and (max-width: 980px) {
  body {
    padding: 6.5rem 3.25rem;
  }
}
@media screen and (min-height: 1100px) {
  body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 19.5rem;
  }
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main h1 {
  font-family: "Major Mono Display", monospace;
  text-transform: uppercase;
  margin: 0;
  font-size: 5rem;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1130px) {
  main h1 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 630px) {
  main h1 {
    font-size: 2rem;
  }
}
main h1 span {
  display: block;
  margin-top: 1.3rem;
}
main h1 span:first-child {
  margin-top: 0;
  font-size: 2em;
  line-height: 1.2em;
}
@media screen and (max-width: 1130px) {
  main h1 span:first-child {
    font-size: 1.3em;
  }
}
main a {
  display: block;
  margin-top: 7.8rem;
  background-color: #FFF;
  padding: 1.3rem 3.9rem;
  text-transform: uppercase;
  font-weight: 800;
  color: inherit;
  text-decoration: none;
  font-size: 1.3rem;
  transition: box-shadow 0.3s, color 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 630px) {
  main a {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    margin-top: 3.9rem;
  }
}
main a:hover {
  box-shadow: 0 0 2.6rem rgba(0, 0, 0, 0.1);
  color: #00d4ff;
}
main a i {
  margin-left: 1.3rem;
}

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