body {
  background-color: rgb(30, 30, 30);
  /* filter: blur(8px); */
  text-align: center;
  color: rgb(220, 220, 220);
  font-family: 'Lucida Console', Monaco, monospace;
  line-height: 1.3;
}
.fullscreen-app {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: fixed;
  overscroll-behavior-y: contain;
  overscroll-behavior: none;
  overflow: hidden;
}

img {
  display: inline-block;
  margin: 8px;
}

p {
  font-size: 16px;
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
  margin-top: 80px;
}
h3 { /*h3 is exclusively for emojis */
  text-align: center;
  font-size: 30px;
  margin: 0px 0px;
}

a {
  color: rgb(220, 220, 220);
  background-color: rgb(30, 30, 30);
  padding: 0px 1px;
  /* border-color: rgb(220, 220, 220);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px; */
}
a:visited {
}
a:hover {
  color: rgb(30, 30, 30);
  background-color: rgb(220, 220, 220);
  border-radius: 4px;
}
a:active {
  color: rgb(220, 220, 220);
  background-color: rgb(30, 30, 30);
}

.imglink {
  all: unset;
  cursor: pointer;
}
.imglink:hover {
  all: unset;
  cursor: pointer;
}

.icon {
  max-width: 100%;
  width: 300px;
  /* width: auto; */
}

.signature {
  height: 160px;
}

.hat {
  width: 160px;
}
.hatbutton {
  text-align: left;
  width: 100px;
}
.hatbutton img {
  width: 100%;
}

.cube {
  cursor: pointer;
  max-width: 100%;
  width: 160px;
  border-radius: 16px;
  /* border-color: rgb(255, 40, 40);
  border-width: 8px;
  border-style: solid; */
}
.click-pic:hover {
  filter: saturate(0%) contrast(200%) brightness(160%);
}

.window-into-another-reality {
  /* width: 100%; */
  max-width: 240px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(220, 220, 220);
  border-radius: 16px;
  color: rgb(220, 220, 220);
  /* margin: auto; */
  padding: 16px;
  display: inline-block;
  margin: 16px 8px;
  vertical-align: top;
}
/* .window-into-another-reality:hover {
  background-color: rgb(220, 220, 220);
  color: rgb(30, 30, 30);
  cursor: pointer;
} */
.window-into-another-reality img {
  width: 100%;
  margin: auto;
  border-radius: 16px;
}

button, input[type=button], input[type=submit], input[type=reset] {
  /* width: 100%; */
  border-radius: 8px;
  border-color: rgb(255, 255, 255);
  border-width: 4px;
  border-style: solid;
  background-color: rgb(30, 30, 30);
  color: rgb(255, 255, 255);
  padding: 8px 16px;
  margin-bottom: 8px;
  font-size: 20px;
  font-style: inherit;
  font-family: inherit;
  cursor: pointer;
  /* text-align: center; */
}
button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(30, 30, 30);
}
button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
  /* background-color: rgb(255, 220, 90); */
  /* color: rgb(255, 30, 105); */
  /* border-color: rgb(255, 30, 105); */
}

textarea, input[type=text] {
  width: 80%;
  display: block;
  margin: 0px auto;
  border-radius: 6px;
  border: none;
  outline: none;
  /* min-width: 60%; */
  max-width: 600px;
  /* height: 28px; */
  font-size: 16px;
  padding: 8px 8px;
  background-color: rgb(220, 220, 220);
  color: rgb(20, 20, 20);
}

/* .source-code-button {
  width: 30%;
} */

.leaflet_blog {
  /* height: 600px; */
  /* background-color: black; */
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  /* display: block; */
}
.leaflet_blog iframe {
  /* border-radius: 0px; */
  padding: 0px;
  margin: auto;
  width: 100%;
  height: 600px;
  margin-bottom: 16px;
  margin-top: 8px;
}

.button-nav {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;

}
.home-button {
  width: 19%;
  margin: 0px;
}
.note-button {
  width: 22%;
  margin: 0px;
}
.theater-button {
  width: 28%;
  margin: 0px;
}
.search-button {
  width: 14%;
  margin: 0px;
}

.writing {
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.writing img, video, iframe {
  /* align: center; */
  display: block;
  max-width: 90%;
  max-height: 700px;
  /* margin-left: 5%; */
  margin-left: auto;
  margin-right: auto;
  /* padding: 16px; */
  border-radius: 16px;
}
.quote {
  padding: 0px 8%;
  font-style: italic;
}
.citation {
  padding: 0px 4%;
  font-size: 16px;
}
.code {
  padding: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  border-color: rgb(220, 220, 220);
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  background-color: rgb(60, 60, 60);
  line-height: 1.7;
  letter-spacing: 0.6px;
}

#script-box {
  display: flex;
  justify-content: center;
  margin: 0px auto;
}
