body {
  opacity: 0;
  transition: ease-out 2s;
}

.bg-container {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -2;
}

.canvas {
  background: black;
  height: 100%;
  width: 100%;
}

.header {
  pointer-events: none !important;
}

header h1 a {
  color: white !important;
}

header nav a {
  color: white !important;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 30em;
}

.config {
  align-self: baseline;
}
