/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

button {
  border: none;
  cursor: pointer;
  font-size: 16px;
  outline: none;
}

* {
  box-sizing: border-box;
}

svg {
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 Colors
*/
@font-face {
  font-family: "iA";
  src: url("/fonts/iawritermonov.woff2") format("woff2"), url("/fonts/iawritermonov.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT Super Book";
  src: url("/fonts/GTSuperBook.woff2") format("woff2"), url("/fonts/GTSuperBook.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
::selection {
  background-color: #f0feff;
  color: #242424;
}

html {
  background-color: #f0feff;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

body {
  background-color: #242424;
  background-image: url("/img/body.webp");
  font-family: "GT Super Book";
  line-height: 1.25;
  font-size: 16px;
  min-height: 100vh;
}
@media (min-width: 900px) {
  body {
    font-size: 18px;
  }
}

.interweb {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.interweb h4 {
  background: none;
  margin: 0;
  color: rgba(240, 254, 255, 0.95);
  transform: rotate(-3deg) translateY(-5px);
  font-size: 26px;
  font-style: italic;
}
.interweb a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s;
  color: rgba(240, 254, 255, 0.95);
}
.interweb a:hover {
  color: #c2f6ff;
  text-decoration: underline;
  text-shadow: 1.5px 1.5px 0 #000;
}

.heh > span {
  background: rgba(255, 255, 255, 0.2);
}

.information {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 74px);
  padding: 50px 20px;
  gap: 20px;
  color: rgba(240, 254, 255, 0.95);
  text-transform: initial;
}
.information h6 {
  font-weight: bold;
}
.information h6,
.information ul {
  font-family: "iA", sans-serif;
  line-height: 1.5;
  font-size: 14px;
}
.information div {
  width: 75%;
}
.information div p {
  color: rgba(240, 254, 255, 0.95);
  font-size: 40px;
  text-transform: initial;
}
.information div p + p {
  margin-top: 40px;
}
.information div p strong {
  font-weight: bold;
}
.information aside {
  width: 25%;
}
.information aside a {
  color: rgba(240, 254, 255, 0.95);
  text-decoration: none;
}
.information aside a:hover {
  color: #c2f6ff;
}
.information aside > div + div {
  margin-top: 25px;
}

@media (max-width: 962px) {
  .information {
    flex-direction: column;
    gap: 60px;
  }
  .information div p {
    font-size: 32px;
  }
  .information div,
  .information aside {
    width: 100%;
  }
}

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