Body {
  background-size: 300px;
  background-repeat: repeat;
  background-image: linear-gradient(#000000, #238976);
  background-color: black;
  background-attachment: fixed;
  margin: 0px;
}

.pagedoll {
 padding-left: 200px;
 position: fixed;
 z-index: 1000;
 top: 10px;
 pointer-events: none
}



.header {
  width: 100%;
  height: 140px;
  position: fixed;
  background-color: #142629;
  background-image: url();
}

.nav {
  width: 100%;
  padding: 5px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color: #142629;
  position: absolute;
  bottom: 0px;
  font-family: "MinecraftRegular";
}

.button {
  color: #32A3B6;
  width: auto;
  padding-right: 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  font-family: "MinecraftRegular";
}
		
.button:hover {
  color: white;
  
}


.sitewrap {
  width: 900px;
  margin: auto;
  padding: 15px;
  background-color: #142629;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  overflow: scroll;
  font-family: "MinecraftRegular";
  color: #9EC6D2;
}

.block {
  height: 150px;
}

details > summary {
font-size: 25px;
color: #00949F;
}
 
 
.CharaWrap {
  width: 800px;
  height: 220px;
  display: flex;
}


.TextDiv {
  padding-left: 30px;
  height:190px;
  overflow: scroll;
}

.ImgDiv {
  width: 200px;
}
 
 /* Hide scrollbar for Chrome, Safari and Opera */
.TextDiv::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.TextDiv {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.CharaWrap::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.CharaWrap {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
 
 /* Hide scrollbar for Chrome, Safari and Opera */
.sitewrap::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sitewrap {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
 
 
 
