Body {
  background-size: 7%;
  background-repeat: repeat;
  background-image: url(/mgtta/img/minecraft_brick.jpg);
  background-color: white;
  background-attachment: fixed;
  margin: 0px;
  position: relative;
  z-index: 1000;
}

.flexcontain {
  width: 100%;
  display: flex;
}

.pagedoll {
 max-width: 200px;
 padding-left: 70%;
 position: fixed;
 z-index: 500;
 top: 11px;
}




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

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

.button {
  color: black;
  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: #2B315A;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  overflow: scroll;
  font-family: "MinecraftRegular";
  color: #F2F0E3;

}

.text {
  padding: 30px;
}

.block {
  height: 130px;
}

details > summary {
font-size: 25px;
color: #E0B747;
}
 
 
 
.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 */
}
 
