body {
  margin: 0;
  z-index: -10;
  max-height: 100dvh;
}

.page {
  background-color: #121212;
  overflow-x: hidden;
}

.Header {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  border-bottom: #2F2F2F 4px solid;
}

.HeaderTitle {
  font-family: 'Monoton', cursive;
  font-size: 4dvh;
  color: #F2F2F2;
  margin: 0;
  padding-left: 15px;
}