html, body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #313632;
}

/*
#5C9696
#E3B8D7
#E3D58A
#E3B9A1
*/

.content {
  padding: 2em;
}

#backdrop {
  opacity: 0;
  position: absolute;
}

header {
  /* font-family: "cc-deadline-variable", sans-serif;
  font-variation-settings: "slnt" 84, "wdth" 90;
  font-size: 6em; */
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 101;
  padding: 2em;
  display: flex;
  justify-content: center;
}
