html {
     height: auto;
     min-height: 100%;
  }

/*background*/
body {
font-family: 'Century Gothic';
font-size: 16px;
color: #FF3A26;
background-image: url(https://cerealharem.neocities.org/BimbiManor/img/bimbimanor_bg5.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #25182D;
}

/*aligning tools*/

.wrapper {
  max-width: 1920px; 
  margin: 0 auto;
 }
 
.row {
  display: flex;

   }
  
.column {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
 
  }
  
  
/*sidebar*/

.buttonstyle {
  width: 210px;
  height: 46px;
  margin: 6px; 
  background-color: #71289D;
  outline: 2px solid #FF3A26;
  color: #FF3A26;
  font-family: 'Copperplate Gothic';
  font-size: 20px;
  border: none;

}


.buttonstyle:hover {
  background-color: #FF3A26; 
  color: #240E21;
  outline: 2px solid #240E21;
  cursor: pointer;
}


a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }


.banner {
  width: 240px;
  margin-top: 12px;
  margin-bottom: 12px;
}


.sidebar {
  width: 220px;
  height: 360px;
  margin-left: 8px;
}

.sidebarimage {
  width: 214px;
  margin-left: 4px;
  margin-top: 4px;
}

.box {
 
  outline: 2px inset #FF3A26;
  background-color:  rgba(036, 014, 033, 0.7);
}

.main {
  margin: 12px;
  width: 920px;
  height: 880px;
  overflow: auto;
}

.box h1, .box h2, .box h3 {
  background: #240E21;
  padding: 0.1em 0.1em 0.2em 0.1em;
  margin: 0;
  text-align: center;
  border-bottom: 3px;
  color: #FF3A26; 
  font-family: 'Copperplate Gothic';
  }
  
  .box h4 {
  background: #FF3A26;  
  padding: 0.1em 0.1em 0.2em 0.1em;
  margin: 0;
  text-align: center;
  border-bottom: 3px;
  color:  #240E21;
  font-family: 'Copperplate Gothic';
  }
  
.inner1 {
  padding: 4px;
}

.imagedisplay {
  width: 580px;
}

.comicdisplay {
  width: 820px;
}

.characterprofile {
  width: 180px;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-left: 6px;
  outline: 4px double #FF3A26;
}

.charactertext {
  height: 186px;
  width: 720px;
  margin-left: 4px;
  margin-top: 8px;
 
}

.characterinner {
  padding: 4px;
}

