@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
.test {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
}

.test ::-webkit-scrollbar {
  width: 0;
}

.test a {
  position: fixed;
  top: 0;
  left: 0;
}

.test a img {
  margin: 30px 20px 20px 20px;
  -webkit-filter: invert(0);
          filter: invert(0);
}
/*# sourceMappingURL=vidarchive.css.map */