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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

body {
  width: 100%;
  height: 100%;
  background: #000;
  color: #f4f4f4;
  font-family: monospace;
  font-weight: 400;
  font-size: 80%;
  font-feature-settings: "kern";
  font-kerning: normal;
  font-display: swap;
  line-height: 1;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overscroll-behavior: contain;
}

img {
  display: block;
}

strong {
  font-weight: bold;
}

a {
  color: #f4f4f4;
}
a:hover {
  font-style: italic;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  border: 0;
  word-wrap: normal !important;
}

.fade-in-element {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fade-in-element.fade-in {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */