@font-face {
  font-family: nexa;
  src: url('fonts/nexa-bold.ttf');
}

::selection {
    color: black;
    background: white;
}

body {
  background-color: lightgoldenrodyellow;
}

html, body {
  height: 100%;
  font-family: nexa;
  margin: 0;
  padding: 0;
}

.text-container {
  z-index: 100;
  width: 100vw;
  height: max-content;
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0.8;
  user-select: auto;
  text-shadow: 1px 1px rgba(0,0,0,0.1);
}