@font-face {
  font-family: "archive";
  src: url("/fonts/archive/ArchiveGrotesk-400.otf");
}

body {
  font-family: archive;
  position: absolute;
  background: #ffffff68;
  font-size: 0.7rem;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  cursor: crosshair;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  font-size: 1rem;
  text-decoration: none;
  color: black;
}

/* Textauswahl unsichtbar machen */
*::selection {
  background: transparent;
  color: inherit;
}

*::-moz-selection {
  background: transparent;
  color: inherit;
}





/* ___________BREAKPOINTS____________________ */

.container {
  visibility: hidden;
  position: absolute;
  top: 10vh;
  left: 0vw;
  width: 40vw;
  height: 20vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 99;
  background-color: #8b85e3;
}

/* REGISTER TABELLE */
.backgroundimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  pointer-events: none;

}

h1 {
  font-size: 2rem;
  font-style: normal;
}


@media (max-width: 480px) {}