:root {
  --textcolor: #753e34;
}

body {
  background-color: rgb(236, 230, 201);
  color: var(--textcolor);
  font-family: Verdana;
  justify-content: center;
  display: flex;

  background-image: url(https://file.garden/ZdQ-G5WLTzoJdQMN/coyoteneo/boldtalicbg.png);
  background-size: 200px;
   background-repeat: repeat;
}

.leftbar {
  background-color: rgb(208, 149, 90);
  position: static;
  float: left;
  margin: 1%;
  width: 15%;
  text-align: center;
  line-height: 30px;
}

.sidebar {
  background-color: rgb(208, 149, 90);
  position: static;
  float: none;
  margin: 1%;
  width: 15%;
  text-align: center;
}

.TCsidebar {
  background-color: rgb(221, 205, 22);
  position: static;
  float: none;
  margin: 1%;
  width: 15%;
  text-align: center;
}

.FHSAsidebar {
  background-color: rgb(152, 152, 156);
  position: static;
  float: none;
  margin: 1%;
  width: 15%;
  text-align: center;
}

.content {
  background-color: rgb(226, 207, 162);
  margin: 5px;
  width: 60%;
  text-align: center;
  float: left;
  position: static;
  display: flex;

}

.mainbox {
  background-color: rgb(243, 226, 199);
  width: 75%;
  margin: auto;
  margin-top: 1px;
  text-align: center;
}

img {
  height: auto;
  max-width: 100%;
}

.bopper {
  background-color: rgba(125, 47, 47, 0.287);
  height: 25px;
  margin: 1%;
  padding: 30px;
}










.comicworldghostleft {
  background-color: rgb(255, 135, 135);
  height: fit-content;
  position: relative;
  width: 40%;
  height: 400px;
  float: left;
  margin-left: 1%;
  padding: 5px;
  text-align: left;
  overflow: scroll;
}

.comicworldleft {
  background-color: rgb(255, 242, 232);
  height: fit-content;
  width: 100%;
  float: center;
  margin-top: 5%;
  text-align: left;
  line-height: 20px;
  word-wrap: break-word;
}



















.container {
  position: relative;
  height: 1000px;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: static;
  top: 40%;
  height: 60px;
  padding: 16px;
  margin: 55px;
  color: #753e34;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgb(242, 239, 239);
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


.numbertext {
  color: black;
  margin-left: 50px;
  margin-top: -60px;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.caption-container {
  text-align: center;
  background-color: #222;
  font-size: 30px;
  padding: 0px 16px;
  color: yellow;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}


.column {
  float: left;
  width: 16.66%;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}