html {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  min-height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}

body {
  margin: 0;
}

h1 {
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-size: 150px;
  width: 100%;
  letter-spacing: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

h3,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 8px 0;
}

#myopic-lens-of-my-own-self-actualization {
  display: inline-block;
}

* {
  -webkit-font-smoothing: antialiased;
  -mac-osx-font-smoothing: antialiased;
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

ul {
  list-style-type: none;
  font-family: "ZCOOL KuaiLe", sans-serif;
  color: white;
  border: 1px solid white;
  background-color: black;
  position: absolute;
  padding: 10px;
}

#container {
  position: relative;
}

#legend {
  top: 100px;
  left: calc(50% - 400px);
  font-size: 26px;
  height: 120px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#legend li {
  height: 26px;
}

#legend::-webkit-scrollbar {
  display: none;
}

#help {
  top: 100px;
  right: calc(50% - 400px);
  font-size: 22px;
}

#just-the-tip {
  width: 320px;
}

#controls {
  top: 260px;
  left: calc(50% - 400px);
}

#diagnostic {
  top: 100px;
  left: calc(50% - 125px);
  width: 250px;
  font-size: 20px;
}

#fucking-mobile-support {
  bottom: 0;
  left: calc(50% - 400px);
}

#chat {
  position: absolute;
  background-color: black;
  left: calc(50% - 430px);
  bottom: 60px;
  border: 1px solid white;
  height: 150px;
  width: 300px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  overflow-y: hidden;
}

#chat input {
  color: white;
  background-color: black;
  border: none;
  border-bottom: 1px solid black;
  margin: 6px;
}

#chat input::placeholder {
  color: white;
  opacity: 0.8;
}

#chat input:-ms-input-placeholder {
  color: white;
}

#chat input::-ms-input-placeholder {
  color: white;
}

#chat input:focus {
  outline: none;
  border-bottom: 1px solid white;
}

#chat-log {
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-size: 18px;
  margin-left: 6px;
}

#hard-reset {
  background-image: url("R_E_S_E_T.jpg");
  background-size: 100% auto;
  width: 100px;
  height: 50px;
  border: none;
  text-indent: -99999999999999px;
  cursor: pointer;
  margin-bottom: 10px;
}

#chungus,
#chungus-2 {
  height: 10000px;
}

.btn {
  width: 50%;
  padding: 20px;
  color: black;
  background-color: white;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn:active {
  color: white;
  background-color: black;
  border: 2px solid white;
}

#dev > #pw {
  height: 1.5rem;
  margin-left: 8px;
}

#dev {
  max-width: 400px;
  display: flex;
  max-height: 300px;
  top: 250px;
  right: calc(50% - 430px);
}

#dev > div {
  flex: 1;
}

#now-where-did-i-put-those-damn-keys {
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: left;
}

#now-where-did-i-put-those-damn-keys > div {
  cursor: pointer;
}

#now-where-did-i-put-those-damn-keys > div:hover {
  text-decoration: underline;
}

#i-have-the-same-glasses-as-some-women {
  overflow-y: scroll;
  text-align: left;
}
