* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #e6e4da;
  font-weight: normal;
  font-style: normal;
}

.bg {
  position: fixed;
  width: 60vw;
  right: -20vw;
  z-index: -1;
  filter: opacity(15%) drop-shadow(5px 5px #ea3576);
  image-rendering: pixelated;
}

body {
  background-color: #1b1b1f;
}

p, li, h1, h2, h3, h4, h5, h6{
  padding-top: 0.05em;
  padding-bottom: 0.05em;
}

h1, h2, h3, h4, h5, h6, .dropcap{
    font-family: "UnifrakturCook", serif;
    color: #4b4a45;
}

h1, h3, h5, .dropcap{
    color: #ea3576;
}

p{
  font-size: 22px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.5em;
  text-indent: 2em;
  padding-bottom: 0em;
  text-align: justify;
  text-wrap: pretty;
  max-width: 28em;
}

.dropcap {
  float: left;
  font-size: 3em;
  line-height: 1em;
  padding-right: 8px;
  padding-left: 3px;
}

.novel{
  /* to get em measurement for width */
  font-size: 22px;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  p, .novel {
    font-size: 20px;
  }
}
@media (max-width: 660px) {
  p, .novel {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  p, .novel {
    font-size: 16px;
  }
}

.firstp{
  text-indent: 0;
}

.bottom_right_corner {
  position: fixed;
  bottom: 0;
  right: 0;
}
.bottom_left_corner {
  position: fixed;
  bottom: 0;
  left: 0;
}
.top_right_corner {
  position: fixed;
  top: 0;
  right: 0;
}
.top_left_corner {
  position: fixed;
  top: 0;
  left: 0;
}
.reticule {
  font-size: 50px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
}

.cornerless_border {
  background:
  /* linear-gradient(<color>, <color>) <starting-pos> / <width> <height>; */
    linear-gradient(currentcolor, currentcolor) top / calc(100% - 80px) 3px,
    linear-gradient(currentcolor, currentcolor) bottom / calc(100% - 80px) 3px,
    linear-gradient(currentcolor, currentcolor) left / 3px calc(100% - 80px),
    linear-gradient(currentcolor, currentcolor) right / 3px calc(100% - 80px);
  background-repeat: no-repeat;
  padding: 2em;
  margin: 23.5px;
}

.box{
  border: solid;
  border-color: #e6e4da;
  border-width: 3px;
  padding: 0.5em; 
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.box:hover {
  border-color: #ea3576;
}

.box h1, h2, h3, h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.box h1{
  color: #e6e4da;
  float: left;
}

.box h2{
  color: transparent;  
  text-shadow: 0 0 0 #4b4a45;
  float: right;
}

.box h3{
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  color: #4b4a45;
  padding-bottom: 0.5em;
  clear: both;
}

.box h4{
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #4b4a45;
}