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

img:hover {
  border: 0.15cm solid #83a598;
  box-shadow: 0 0 1cm #83a598; }

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

hr {
  color: #333333; }

/* Links */
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; }

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: 400;
  font-size: 224%;
  text-shadow: 0 0 0.8cm yellow; }

.clickbox {
  display: inline-block;
  line-break: strict;
  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: unset;
  text-decoration: bold;
  background-color: #83a598;
  border: 10px dotted #83a598; }

h1:hover {
  text-shadow: 0 0 1.5cm yellow;
  text-decoration: underline; }

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

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

code {
  font-family: ui-monospace, 'Cascadia Code', 'Source Code Pro', Menlo, Consolas, 'DejaVu Sans Mono', monospace;
  font-weight: normal; }

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; }
