body {
  font-family: Georgia, serif;
  font-min-size: large;
  margin: 0;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
input, select {
  border-radius: 7px;
  padding-left: 4px;
  border: none;
  outline: none;
}
button {
  height: 48px;
  font-size: 22px;
  border-radius: 10px;
  border: none;
  outline: none;
}
ol {
  text-indent:-8px;
}
li a, li span {
  margin-left: 0.5em;
}
.prose {
  width: 61.8%;
  margin: 3% auto auto auto;
  hyphens: auto;
  text-align: justify;
}
.category {
  font-weight: bold;
  font-size: 24px;
}
h2 {
  margin-bottom: 16px;
  font-stretch: ultra-condensed;
  font-family: Oswald, sans-serif;
}
div {
  margin-bottom: 32px;
}
.grid-container div {
  margin-bottom: 0;
}

ol {
  margin-block-start: 0.3em;
}

li {
  margin: 32px;
  padding-left: 20px;
}

.header-text { font: bold 4% Helvetica; fill: #888; }
.header-red { font: bold 4% Helvetica; fill: #D56; }

svg text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.indent div {
  padding: 8px;
  text-indent:-16px;
}

.grid-container div {
  font-stretch: ultra-condensed;
  font-family: Oswald, sans-serif;
}
.button-link {
  font-stretch: ultra-condensed;
  font-family: Oswald, sans-serif;
}
.button-link a {
  font-stretch: ultra-condensed;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px;
}

.small {
  width: 3em;
}
.topbar {
  min-height: 49px;
  padding-top: 11px;
  font-size: 32px;
  background-color: #222222;
}

.topbar a {
  text-decoration: none;
  color: #ffffff;
  vertical-align: center;
}
div.topbar {
  margin-bottom: 0;
}

.topbar a:visited {
  color: #eeeeee;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}
.question {
  color: peru;
}
#sun {
  margin-left: 8px;
  cursor: pointer;
}
#star {
  display: none;
  margin-left: 8px;
  cursor: pointer;
}
#message {
  float: right;
  font-size: 24px;
  display: none;
  width: calc(100% - 415px);
  margin-right: 3px;
  margin-top: -5px;
  padding: 10px;
  border-radius: 10px;
}
#send {
  float: right;
  color: white;
  width: 85px;
  padding: 1px 10px 2px 11px;
  margin: -6px 8px 5px 5px;
}

.sun #content {
  color: #504030;
}
.sun {
  background-color: #ffffff;
  color: #504030;
}
.sun #send {
  background-color: #3333FF;
}
.sun input, .sun select {
  color: #000;
  background-color: #e0e0e0;
}
.sun ::placeholder {
  color: #888;
}
.sun .tools a {
  background-color: #7090d0 !important;
  color: #202050 !important;
}
.sun .ex a {
  background-color: #f0b050 !important;
  color: #504030 !important;
}
.sun .games a {
  background-color: #a0c0b0 !important;
  color: #504030 !important;
}
.sun button {
  color: #fff;
  background-color: #3333FF;
}
.sun .category {
  color: #8080c0;
}
.sun h1 {
  color: #000000;
}
.sun h2 {
  color: #000000;
}
.sun h3 {
  color: #302010;
}
.sun .grid-container a {
  color: #112200;
  background-color: #8888b0;
}
.sun a {
  color: #202040;
}
.sun a:visited {
  color: #303050;
}
.sun .button-link a {
  background-color: #a0a0c0;
}

.star #content {
  color: #ffef5c;
}
.star {
  background-color: #000000;
  color: #fff27a;
}
.star #send {
  background-color: #3333FF;
}
.star input, .star select {
  color: #fff;
  background-color: #404040;
}
.star ::placeholder {
  color: #888;
}
.star .tools a {
  background-color: #203850 !important;
  color: #fff8a6 !important;
}
.star .ex a {
  background-color: #a35c00 !important;
  color: #fff8a6 !important;
}
.star .games a {
  background-color: #204030 !important;
  color: #fff8a6 !important;
}
.star button {
  color: #fff;
  background-color: #3333FF;
}
.star button:disabled {
  color: #886600;
  background-color: #000077;
}
.star .category {
  color: #8080c0;
}
.star h1 {
  color: #fff075;
}
.star h2 {
  color: #f5ce40;
}
.star h3 {
  color: #fff075;
}
.star .grid-container a {
  color: #aa9920;
  background-color: #181830;
}
.star a {
  color: #fff075;
}
.star a:visited {
  color: #b8a618;
}
.star .button-link a {
  background-color: #202040;
}

.join input, .join input::placeholder {
  color: #aa9920;
}
.join button {
  color: #ffd700;
}
