body {
  background-color: rgb(10, 5, 10);
  font-family: 'Haettenschweiler';
  letter-spacing: -1px;
}

h1, h2, h3, h4, h5, h6, p, pre, div {
  color: #eef1ed;
}

.door {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  height: 100vh;           /* Takes up 100% of the viewport height */
}