@font-face {
    font-family: 'nabla';
    src: url('fonts/nabla-regular-variablefont_edptehlt-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glitch';
    src: url('fonts/rubikglitch-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aukera';
    src: url('fonts/Aukera.woff2');
    font-weight: normal;
    font-style: normal;
}

body {
  background-image: url(images/sky.gif);
  background-size: cover;
  height: 100vh;
  padding:0;
  margin:0;
  overflow: hidden;
}

.content {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 2rem;
  font-variant: small-caps;
  color: white;
  text-shadow: 2px 2px 2px skyblue;
}

p {
  color: white;
}

.content a:link, a:visited {
  color: white;
  text-decoration: none;
}

/* .bg_video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .bg_video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .bg_video {
    width: auto;
    height: 100%;
  }
} */