body {
  background-color: #222222;
  background-image: url("/media/newbgtile.png");
  color: #ebdbb2;
  font-family: system-ui, sans-serif;
  font-weight: normal; }

img {
  border: 5px solid #333333;
  max-width: 90%;
  min-width: 25%;
  height: auto;
  justify-content: center; }

img:hover {
  border: 5px solid #83a598;
  box-shadow: 0 0 10px #83a598; }

pre {
  border: 5px solid #333333;
  display: block;
  background-color: #222222;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
  font-weight: normal;
  font-size: 120%; }
  pre code {
    font-size: normal; }

code {
  font-size: large; }

nav {
  margin: auto;
  display: table;
  font-family: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, Comfortaa, Manjari, "Arial Rounded MT", "Arial Rounded MT Bold", Calibri, source-sans-pro, sans-serif;
  font-weight: normal; }

p {
  word-break: break-word;
  hyphens: auto; }

aside {
  border: 5px solid #333333;
  background-color: #222222;
  width: 30%;
  float: right;
  font-style: italic;
  padding: 17px; }

table {
  border: 5px solid #333333;
  margin: 0 0 2em 0; }
  table td tr {
    border: 1px solid #888888; }
  table th {
    background-color: #222222; }
  table thead {
    background-color: #222; }

a {
  color: #83a598;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none; }

a:visited {
  color: #d3869b; }

a:hover {
  color: #c4f0ff;
  text-decoration: underline;
  text-shadow: 0 0 0.5cm #83a598; }

blockquote {
  margin-left: 30px;
  color: #888888; }

header h1 {
  color: #fabd2f;
  display: block;
  text-decoration: bold italic;
  font-family: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, Comfortaa, Manjari, "Arial Rounded MT", "Arial Rounded MT Bold", Calibri, source-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 224%;
  text-shadow: 0 0 0.8cm #fabd2f; }
header h1:hover {
  animation: FlashingText 0.7s ease-in-out infinite;
  text-shadow: 0 0 1.5cm #fabd2f;
  text-decoration: underline; }

.greentext {
  display: inline-block;
  color: #8ec07c;
  font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
  font-weight: 500;
  text-shadow: 0 0 0.8cm #8ec07c, 0 0 0.8cm #8ec07c, 0 0 1.4cm #8ec07c;
  box-shadow: inset;
  font-size: 200px; }

.clickbox {
  display: inline-block;
  justify-content: center;
  font-weight: 500;
  color: #83a598;
  background-color: #222222;
  border-radius: 8px;
  border: 10px solid #222222;
  margin: 5px 1px; }

.clickbox:hover {
  color: #222222;
  text-decoration: bold;
  background-color: #83a598;
  border: 10px solid #83a598; }

.container-wrapper {
  display: table;
  width: 100vw;
  min-width: 800px;
  height: 100vh; }

.container {
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
  padding: 67px 100px;
  position: relative;
  margin-top: 27px;
  background: #1d2021aa;
  border: 2px solid #bdae93;
  padding: 7px 10px 17px;
  box-shadow: 7px 7px 0 #222333; }

hr {
  color: #bdae93;
  border-color: #bdae93; }

@keyframes FlashingText {
  0% {
    transform: scale(1) rotate(-5deg); }
  50% {
    transform: scale(1.05) rotate(5deg); }
  100% {
    transform: scale(1) rotate(-5deg); } }
@keyframes RainbowText {
  0% {
    color: #cc241d; }
  50% {
    transform: scale(1.05) rotate(5deg); }
  100% {
    transform: scale(1) rotate(-5deg); } }
