body {
  background-color: rgb(24, 131, 238);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAIAAABt+uBvAAABHElEQVR4nO3XMU7FMBRFQT6xUrED1styqaCKEkHt6pROpJkVWEev8H19fn2/3cnx87f6CZP31Q+4O4HCOM5j9Rsm1/Va/YSJCwoCBYGCQEGgIFAQKAgUxj721W+YHJst9igCBVssuKAgUBAoCBQECgIFgYJAwRYLLigIFGyx4IKCQEGgIFAQKAgUBAoCBVssuKAgULDFggsKAgWBgkBBoCBQECgIFMb1e6+P2fZhiz2KQEGgIFAQKAgUBAoChbFtY/UbJvu418fVBQWBwriuc/UbJsdpiz2KQEGgIFAQKAgUBAoCBVssuKAgULDFggsKAgWBgkBBoCBQECgIFGyx4IKCQMEWCy4oCBQECgIFgYJAQaAgULDFggsKAoV/cK00PJ62yagAAAAASUVORK5CYII=');
  color: white;
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  text-align: center;
  image-rendering: pixelated;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}


.logo {
  max-width: 600px;
  image-rendering: initial;
}


div.text {
  max-width: 1000px;
  width: 90%;
}

div.navigation {
  z-index: 100;
  position: fixed;
  top: 0px;
  width: 100%;
  border-bottom: 2px solid white;
  background-color: rgb(17, 91, 166);
/*  text-shadow: 0 0 10px black, 0 0 10px black, 0 0 10px black;*/
  text-shadow: 2px 2px 0px black;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

div.navigation_space {
  width: 100%;
  border-bottom: 2px solid transparent;
  top: 0px;
  font-size: 25px;
  font-weight: bold;
  visibility: hidden;
}

.gradient {
  display: none;
}

body * {
  image-rendering: pixelated;
}

.text {
  margin: 4em auto 4em auto;
/*  text-shadow: 0px 2px 4px #333333, 0px 2px 4px #333333;*/
}

.textbox {
  text-align: left;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  margin: 4em auto 4em auto;
  padding: 1em;
/*  text-shadow: 0px 2px 4px #333333;*/
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.15);
}

h1 {
  text-shadow: 0px 5px 10px #333333;
}

hr {
/*  box-shadow: 0px 5px 10px #333333;*/
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid white;
}

ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 1em;
  margin-top: 0.25em;
}

ul>li:before {
  display: inline-block;
  content: "\2713";
  width: 1em;
  margin-left: -1em;
  margin-top: 2px;
}

.logo {
  width: 50%;
  min-width: 360px;
  margin-top: 72px;
  margin-bottom: -3em;
}

img.preview {
  box-shadow: 0px 0px 15px 6px black;
  margin-left: 1em;
  margin-right: 1em;
}

a:link, a:visited {
  color: rgb(255, 216, 0);
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  color: white;
  text-decoration: underline;
}

.navigation a {
  font-size: 25px;
}

.yt {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1000px;
  height: 563px;
  margin: auto;
  overflow: hidden;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.yt iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  border: 2px solid white;
  background-color: rgb(15, 100, 197);
}

.boxlink {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  appearance: button;
  font-weight: bold;
}

.boxlink:hover {
  color: rgb(255, 216, 0);
  text-decoration: none;
}

.footer {
  margin-bottom: 50px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

.subtitle {
  margin-top: 50px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

*::selection {
  background-color: rgba(199, 28, 69);
  text-shadow: 0px 2px 4px black;
}

.credits {
}

.creditsRole {
  color: rgb(255, 192, 0);
  text-decoration: underline;
  font-size: 22px;
}

textarea {
  resize: none;
  width: 100%;
  display: block;
  min-height: 200px;
}
textarea, input[type=text], input[type=number], input[type=password] {
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  outline: none;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
input[type=button], input[type=submit], button {
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
  background-color: black;
}
pre.code {
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  font-size: 12px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px black;
}
blockquote {
 border-left: 2px solid white;
  margin-left: 0px;
  padding-left: 20px;
}
img.md {
  max-width: 100%;
  display: block;
  image-rendering: initial;
}
a.inline {
  font-size: initial;
}
.doomsday {
  margin: 0px;
  margin-bottom: -20px;
  transition: color 2s;
  font-family: Courier;
  font-weight: bold;
  font-size: 40px;
}
