@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&amp;display=swap');
  html {
    font-family: 'Roboto Mono', monospace;
    overflow-y: hidden; 
    overflow-x: hidden;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Consolas', monospace;
}

.overlay {
  z-index: 1;
  background-color: black;
}
.overlay label {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vw;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}
.no-hover {
  display: block;
}
.hover {
  display: none;
}
.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100vh;
  min-width: 100vw;
}
.text-content h1 {
  font-size: 4rem;
  font-weight: 800;
}
.bg-video {
  z-index: -1;
}
body {
  font-family:monospace!important;
  background-color:#000!important;
  color:#fff!important
}
a {
  text-decoration:none;
  color:gray!important
}
a:hover {
  transition:.4s!important;
  color:#fff!important
}
span::before {
  content:'\A';
  white-space:pre
}
#center {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%)
}
#overlay-toggle:checked ~ .overlay {
  animation-fill-mode: forwards;
  animation-name: fade, hide;
  animation-delay: 0s, 600ms;
  animation-duration: 600ms, 1ms;
}
#overlay-toggle:checked ~ .overlay label {
  animation-fill-mode: forwards;
  animation-name: fade;
  animation-delay: 0s;
  animation-duration: 500ms;
}
@media(hover: hover) {
  .hover {
    display: block;
  }
  .no-hover {
    display: none;
  }
}
@keyframes fade{
  to {
    opacity: 0;
  }
}
@keyframes hide {
  to {
    visibility: hidden;
  }
}


#title {
    color: rgb(122, 5, 155);
    font-size: 3em;
}

#links a {
    color: #fff;
    text-decoration: none;
}

#links a:hover {
    color: rgb(122, 5, 155);
}

#logo {
    width: 50%;
}

#content * {
    color: white;
}

#content table, #content table th, #content table td {
    border: 1px solid white;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

#footer {
  position: relative;
  min-height: 10px;
}

#footer-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

html, body {
    background-color: #111;
}

a.hidden {
    text-decoration: none;
    color: inherit;
}

a.hidden:active {
    color: inherit;
}

@font-face {
  font-family: derk;
  src: url(derk.otf);
}
  html {
  font-family: mono;
}
*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-family: monospace;
}
*, *::after, *::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background: rgb(17, 17, 17);
}
.back {
  width: 100%;
}
#overlay-toggle {
  position:absolute;
  display: none;
}
.overlay {
  z-index: 1;
  background-color: black;
}
.overlay label {
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vw;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}
.no-hover {
  display: block;
}
.hover {
  display: none;
}
.fullscreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100vh;
  min-width: 100vw;
}
.text-content h1 {
  font-size: 4rem;
  font-weight: 800;
}
.bg-video {
  z-index: -1;
}
body {
  font-family:monospace!important;
  background-color:#000!important;
  color:#fff!important
}
a {
  text-decoration:none;
  color:gray!important
}
a:hover {
  transition:.4s!important;
  color:#fff!important
}
span::before {
  content:'\A';
  white-space:pre
}
#center {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%)
}
#overlay-toggle:checked ~ .overlay {
  animation-fill-mode: forwards;
  animation-name: fade, hide;
  animation-delay: 0s, 600ms;
  animation-duration: 600ms, 1ms;
}
#overlay-toggle:checked ~ .overlay label {
  animation-fill-mode: forwards;
  animation-name: fade;
  animation-delay: 0s;
  animation-duration: 500ms;
}
@media(hover: hover) {
  .hover {
    display: block;
  }
  .no-hover {
    display: none;
  }
}
@keyframes fade{
  to {
    opacity: 0;
  }
}
@keyframes hide {
  to {
    visibility: hidden;
  }
}