#NotFoundContainer {
  display: flex;
  height: calc(100dvh - 65px);
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
}

#NotFoundContainer h1 {
  color: rgb(240, 240, 240);
  font-size: 3em;
  align-self: center;
  margin-top: 10px;
}
