#asciiForest {
  user-select: none;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  font-family: monospace;
  z-index: -1;
}
#asciiForestMask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(transparent, #1e2022 40%);
  background-size: 200% 200%;
  z-index: -1;
}
#motdParagraph {
  cursor: default;
  opacity: 0.5;
  color: rgba(127, 255, 191, 0.7);
  font-family: monospace;
  font-size: 14pt;
}
#usernameDisplay {
  color: var(--user-color);
  font-size: 16pt;
}
#userColorPicker {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
#activeGamesList {
  padding-inline-start: 0;
}
#activeGamesList li {
  list-style: none;
}
#mainMenu {
  display: flex;
  flex-direction: column;
}
#mainMenu button {
  font-size: 18pt;
  margin-block: 10pt;
  margin-inline: auto;
}
/*# sourceMappingURL=index.css.map */