

/* Asaklair's goofy little things */

.videoBgWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.videoBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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


/* Text stuff idk man */

.home-main-div {
    position: fixed;
    top: 300px;
    left: 250px;
}

.forum-link {
    font-family: Jackwrite;
    font-size: 42px;
    color: white;
}

a {
    color: white;
}
