:root {
  --background: black;
  --main-color: #d8f0fc;
}
@keyframes namehere {
  0% {
    color: #ff4747;
  }
  10% {
    color: #ff8347;
  }
  20% {
    color: #ffe047;
  }
  30% {
    color: #66ff47;
  }
  40% {
    color: #6ff;
  }
  50% {
    color: #44abff;
  }
  60% {
    color: #3730ff;
  }
  70% {
    color: #7c51ff;
  }
  80% {
    color: #ff51f6;
  }
  90% {
    color: #ff007d;
  }
  100% {
    color: #ff4747;
  }
}
.brighten img:hover {
  -webkit-filter: brightness(110%);
}
a:hover {
  animation: namehere 1s linear 0s infinite normal;
  letter-spacing: 0.2px;
  cursor: url(/graphics/main/wii2.png), auto;
}
body {
  image-rendering: pixelated;
  color: #d8f0fc;
  font-size: 1em;
  margin-bottom: 0;
}
html {
  font-size: 1em;
  cursor: url(/graphics/main/wii1.png), auto;
  box-sizing: border-box;
}
::selection {
  color: #d8f0fc;
  background: #0000ff50;
}
.solid {
  border-top: 1px solid #d8f0fc;
  border-bottom: 0 solid #fff0;
  border-right: 0 solid #fff0;
  border-left: 0 solid #fff0;
  margin-top: 5px;
  margin-bottom: 5px;
}
mark {
  background: #0042ef50;
  border: 0 solid #000;
  color: #d8f0fc;
}
textarea,
.copyButton {
  width: 160px;
  font-size: 1em;
  background-color: #03056199;
  color: #d8f0fc;
  height: 40px;
  margin-bottom: 10px;
  border: 1px #0000ff;
}
a {
  color: #d8f0fc;
  text-decoration: none;
}
#navbar {
  height: 40px;
  background-color: #03056199;
  width: 100%;
}
#navbar ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  justify-content: space-evenly;
}
#navbar li {
  padding-top: 10px;
}
#navbar li a {
  color: #d8f0fc;
  font-weight: 800;
  text-decoration: none;
}
#flex {
  display: flex;
  max-height: 1000px;
}
aside {
  background-color: #03056199;
  width: 200px;
  margin-top: -7px;
}
main {
  background-color: #03056199;
  flex: 1;
  padding: 10px;
  padding-top: 5px;
  order: 2;
}
h1,
h2,
h3 {
  color: #d8f0fc;
  border-bottom: 1px solid #d8f0fc;
  margin-top: 5px;
  margin-bottom: 5px;
}
p {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
h1 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.2em;
}
strong {
  color: #d8f0fc;
}
.box {
  background-color: #03056199;
  border: 1px solid #d8f0fc;
  max-height: 200px;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-y: scroll;
}
.tooltip {
  position: relative;
  display: inline-block;
  text-decoration: dotted underline;
}
.tooltip:hover {
  text-decoration: dashed underline;
}
.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 500px;
  background-color: #030561;
  color: #d8f0fc;
  border: 1px solid #d8f0fc;
  text-align: left;
  padding: 5px;
  position: absolute;
  z-index: 10;
  bottom: 120%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 0.1s;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  #flex {
    flex-wrap: wrap;
  }
  aside {
    width: 100%;
    text-align: left;
    margin: 2px;
  }
  main {
    order: 1;
  }
  #leftSidebar {
    order: 2;
  }
  #rightSidebar {
    order: 3;
  }
  #navbar ul {
    flex-wrap: wrap;
  }
}
* {
  scrollbar-width: thin;
  scrollbar-color: blue #000;
}
html::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-track {
  background: #000;
}
html::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 0;
  border: 1px outset #000;
}
#statuscafe {
  padding: 0.5em;
  border: 1px solid #fff;
  margin-bottom: 1em;
  margin-right: 1em;
}
#statuscafe-username {
  margin-bottom: 0.5em;
}
ul {
  list-style-image: url(/graphics/main/star.gif);
}
@media screen and (max-width: 960px) {
  #webamp {
    display: none !important;
  }
}
h4 {
  border-bottom: none;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #d8f0fc;
  font-size: 1.1em;
}
.button, button {
  text-decoration: none;
  background-color: #000;
  color: #d8f0fc;
  border: 1px solid blue;
}
.button:hover, button:hover {
  animation: namehere 1s linear 0s infinite normal;
  letter-spacing: 0.2px;
  cursor: url(/graphics/main/wii2.png), auto;
}
.wrapper {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  background: none;
}
.wrapper > * {
  flex: 1 100%;
  background: none;
}
.main {
  text-align: left;
}
.aside-1 {
  background: none;
  margin: 2px;
}
.aside-2 {
  background: none;
  margin: 2px;
}
.aside-3 {
  background: none;
  margin: 2px;
}
@media all and (min-width: 600px) {
  .aside {
    flex: 1 0 0%;
    margin: 2px;
  }
}
@media all and (min-width: 800px) {
  .main {
    flex: 3 0;
  }
  .aside-1 {
    order: 1;
  }
  .main {
    order: 2;
  }
  .aside-2 {
    order: 3;
  }
  .footer {
    order: 4;
  }
}
*:focus-visible, li:focus-visible, .tooltiptext:focus-visible, strong:focus-visible, h1:focus-visible, h2:focus-visible, h3:focus-visible, h4:focus-visible, main:focus-visible, aside:focus-visible, mark:focus-visible, html:focus-visible, a:focus-visible, p:focus-visible, button:focus-visible, textarea:focus-visible, input:focus-visible, img:focus-visible, #image-map:focus-visible {
  outline: 2px solid #55AAFF;
}