body, html {
  background-color: #FFFFFF;
  color: #000000;
  font-family: monospace;
  font-size: 12px;
  width: 100%;
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
@media (prefers-color-scheme: dark) {
  body, html {
    background-color: #000000;
    color: #FFFFFF;
    font-family: monospace;
    font-size: 12px;
    width: 100%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
}

#container {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  text-align: left;
}
@media (prefers-color-scheme: dark) {
  #container {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000000;
    text-align: left;
  }
}


#box_index {
  width: 93%;
  height: 70%;
  margin: 0px auto;
  padding: 20px 0px;
}
#inner_box_bottom {
  position: absolute;
  bottom: 30px;
}
#inner_box_mid-bottom {
  position: absolute;
  bottom: 100px;
}
#right-header-text-inner-box {
  position: absolute;
  width: 500px;
  height: 500px;
  right: 8px;
  top: 13px;
}
#right-header-text-inner-box-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  right: 8px;
  top: 213px;
}
#right-header-text-inner-box-3 {
  position: absolute;
  width: 500px;
  height: 500px;
  right: 8px;
  top: 413px;
}


.small_capitals_text {
  font-variant: small-caps;
}
.font-class-align-right {
  text-align: right;
}
.font-class-align-left {
  text-align: left;
}
.heading_text_1 {
  font-family: monospace;
  font-size: 18px;
}
.heading_text_2 {
  font-family: monospace;
  font-size: 23px;
}
.heading_text_3 {
  font-family: monospace;
  font-size: 31px;
}
.justified_text {
  text-align: justify;
}
.padding_subtitle_1 {
  padding-right: 26px;
}


#inverted_cross {
  position: absolute;
  right: 47px;
  bottom: 33px;
}
#socks_on_pluto_still {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

