@import url(https://db.onlinewebfonts.com/c/c86f6e311c62f1ee74affa41d9c3686f?family=Streamster);
@import url(https://db.onlinewebfonts.com/c/a80d65443a29da4485a3213eaad18f63?family=Everyday+Formula);
@import url(https://db.onlinewebfonts.com/c/4fea277591543c1fd64a9cf06ec5803a?family=Hack);
@font-face {
  font-family: "Streamster";
  src: url("https://db.onlinewebfonts.com/t/c86f6e311c62f1ee74affa41d9c3686f.eot");
  src: url("https://db.onlinewebfonts.com/t/c86f6e311c62f1ee74affa41d9c3686f.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/c86f6e311c62f1ee74affa41d9c3686f.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/c86f6e311c62f1ee74affa41d9c3686f.woff") format("woff"), url("https://db.onlinewebfonts.com/t/c86f6e311c62f1ee74affa41d9c3686f.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/c86f6e311c62f1ee74affa41d9c3686f.svg#Streamster") format("svg");
}
@font-face {
  font-family: "Everyday Formula";
  src: url("https://db.onlinewebfonts.com/t/a80d65443a29da4485a3213eaad18f63.eot");
  src: url("https://db.onlinewebfonts.com/t/a80d65443a29da4485a3213eaad18f63.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/a80d65443a29da4485a3213eaad18f63.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/a80d65443a29da4485a3213eaad18f63.woff") format("woff"), url("https://db.onlinewebfonts.com/t/a80d65443a29da4485a3213eaad18f63.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/a80d65443a29da4485a3213eaad18f63.svg#Everyday Formula") format("svg");
}
@font-face {
  font-family: "Hack";
  src: url("https://db.onlinewebfonts.com/t/4fea277591543c1fd64a9cf06ec5803a.eot");
  src: url("https://db.onlinewebfonts.com/t/4fea277591543c1fd64a9cf06ec5803a.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/4fea277591543c1fd64a9cf06ec5803a.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/4fea277591543c1fd64a9cf06ec5803a.woff") format("woff"), url("https://db.onlinewebfonts.com/t/4fea277591543c1fd64a9cf06ec5803a.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/4fea277591543c1fd64a9cf06ec5803a.svg#Hack") format("svg");
}
@font-face {
  font-family: "Ycomputer";
  src: url("https://db.onlinewebfonts.com/t/4194d6a312248084c32ebb942b5047b4.eot");
  src: url("https://db.onlinewebfonts.com/t/4194d6a312248084c32ebb942b5047b4.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/4194d6a312248084c32ebb942b5047b4.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/4194d6a312248084c32ebb942b5047b4.woff") format("woff"), url("https://db.onlinewebfonts.com/t/4194d6a312248084c32ebb942b5047b4.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/4194d6a312248084c32ebb942b5047b4.svg#Ycomputer") format("svg");
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1.company-title {
  color: #fff;
  text-align: center;
  font-family: streamster;
  text-shadow: 0 0 8px #fff, 0 0 24px #fff, 0 0 32px #f80022, 0 0 40px #f80022;
  inset: 0;
  transform: rotate(-8deg);
  z-index: 100;
  font-size: clamp(2rem, 10vw, 5rem);
}
h1.company-title > span:first-of-type {
  animation: flicker 1ms ease 0s infinite normal forwards;
}
h1.company-title > span:nth-of-type(2) {
  animation: flicker 2s ease 0s infinite normal forwards;
}

p, h1, h2, h3, h4 {
  font-family: Ycomputer, Hack, Arial, Helvetica, sans-serif;
}

svg {
  width: 3rem;
  height: 3rem;
}

a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
}

p > a {
  display: unset;
}

main {
  display: block;
  background-image: linear-gradient(to bottom, #fb2c36, #fd3a2f, #fe4628, #ff5120, #ff5c16, #fe680f, #fd7307, #fc7d00, #fa8b00, #f79800, #f3a500, #efb100);
}
main > section:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

nav {
  box-sizing: border-box;
  width: 100vw;
  height: 10vh;
  margin-bottom: 0.5rem;
  background-color: color(srgb 1 1 1/0.8);
}
nav > div:first-of-type {
  display: flex;
  padding-top: 5px;
  margin-left: 5px;
}

video {
  width: 80%;
  height: auto;
}

iframe {
  width: 80%;
  height: auto;
}

section {
  box-sizing: border-box;
}

article {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  background-color: color(srgb 1 1 1/0.8);
}
article div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
  gap: 0.5rem;
}

div.code-404 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 50vw;
  height: 30vh;
  contain: strict;
  text-align: justify;
}
@media (max-width: 1280px) {
  div.code-404 {
    flex-direction: column;
  }
}
div.code-404 > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 20%;
  background-color: color(srgb 1 1 1/0.8);
  padding: 1rem;
}
div.code-404 > figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
div.code-404 > figure > img {
  width: 256px;
  height: 256px;
}
@media (max-width: 640px) {
  div.code-404 > figure > img {
    width: 128px;
    height: 128px;
  }
}
@media (max-width: 320px) {
  div.code-404 > figure > img {
    width: 64px;
    height: 64px;
  }
}
