body {
  opacity: 0;
}

#mask {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: black;
  background: white;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  width: 500px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.button {
  cursor: pointer;
}

#homeText {
  font-size: 2rem;
}

#aboutText,
#projectText,
#redditText,
#untilText,
#mnistText {
  display: none;
}

/*
.separator {
  height: 1;
  background-color: #ff145a;
  background-color: black;
}
*/
