body {
 background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20360.jpg);
   display: grid;
   place-items: center; 
}
   
/* Come on, Rocky boy! */   

/* dont pass me by dont make me cry dont make me blue cause you know darling i love only you! */   

#content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  max-width:1150px;
  min-width: 1150px;
  padding: 10px;
   box-sizing: border-box;
}


#massholder {
 box-sizing: border-box;
 width: 100%;
 height: 890px;
 border: 2px inset;
 border-color: #8DACD9;
 border-radius:15px;
 overflow: hidden;
 background: #2e3f6e;
background: linear-gradient(0deg, rgba(46, 63, 110, 1) 0%, rgba(80, 99, 150, 1) 50%, rgba(99, 118, 171, 1) 100%);
filter: drop-shadow(1px 1px 3px black);
}

.responsive-flex {
  box-sizing: border-box;
  display: flex;
 flex-direction: row;
 width: 100%;
 height: 100%;
}

.responsive-flex-item {
  box-sizing: border-box;
 height: 100%; 
}

.left-page-div {
  box-sizing: border-box;
 width: 100%;
 padding: 10px;
 padding-right:0;
}

.left-page {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #E9EDF2;
background: linear-gradient(0deg, rgba(233, 237, 242, 1) 0%, rgba(233, 237, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
  overflow:auto;
  border-radius: 0;
 border:2px outset;
 border-right: 0;
}

.bind {
 box-sizing: border-box;
 width: 130px;
 background: #2e3f6e;
background: linear-gradient(0deg, rgba(46, 63, 110, 1) 0%, rgba(46, 63, 110, 1) 50%, rgba(61, 81, 138, 1) 100%);
 border-radius: 10px;
 border:2px outset;
 border-color: #2e3f6e;
}

.right-page-div {
  box-sizing: border-box;
 width: 100%;
 padding: 10px;
 padding-left:0;
}

.right-page {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #E9EDF2;
background: linear-gradient(0deg, rgba(233, 237, 242, 1) 0%, rgba(233, 237, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
  display: flex;
  flex-direction:column;
  gap: 10px; 
  overflow:auto;
  flex-shrink: 0;
  border-radius: 0;
 border:2px outset;
 border-left: 0;
}

.character-profile-holder {
  box-sizing: border-box;
 width: 100%;
 display: flex;
 flex-direction: row; 
 gap: 15px;
}

.character-profile-holder a {
text-decoration: none;
width: inherit;
}

.character-profile {
  box-sizing: border-box;
  background-color:white;
 width:100%;
 padding: 10px;
 display: flex;
 flex-direction: column;
 gap: 5px;
 border-radius: 20px;
 border:2px dashed;
 border-color: #27304A;

 transition: transform 0.5s ease; 
}

.character-profile:hover {
  cursor: pointer;
 transform: scale(1.03);  
}

.icon-div {
  box-sizing: border-box;
 width: 100%; 
 
 
}

.icon {
  box-sizing: border-box;
 width: 100%; 
 border-radius: 10px;
 border:2px dotted;
 border-color: #21374F;
}

.name-div {
  box-sizing: border-box;
 width: 100%; 
 background: #5272b3;
background: linear-gradient(0deg, rgba(82, 114, 179, 1) 0%, rgba(92, 122, 184, 1) 50%, rgba(138, 165, 219, 1) 100%);
 text-align: center;
 padding:10px;
 border-radius: 10px;
 border:2px dashed;
 color: #E6F1FF;
 border-color:#21374F;
}

.button-tabs-div {
   box-sizing: border-box;
 width: 100%; 
 display: flex;
 flex-direction: row;
 height: 100px;
 flex-shrink: 0;
 gap: 10px;
}

.button-tabs-div button {
   box-sizing: border-box;
 width: 100%; 
 height: 100%;
 border-radius: 15px;
 font-size: 30px;
 border: 2px dashed;
 font-family: tahoma;
 font-weight: bold;
 text-decoration: underline dotted;
 background: #b8ccf2;
background: linear-gradient(0deg, rgba(184, 204, 242, 1) 0%, rgba(184, 204, 242, 1) 50%, rgba(217, 229, 255, 1) 100%); 
border-color: #496CAD;
color: #475A78;
} 

button:hover {
 cursor: pointer; 
}

.header {
 box-sizing: border-box;
 width: 100%;
 background: #5272b3;
background: linear-gradient(0deg, rgba(82, 114, 179, 1) 0%, rgba(92, 122, 184, 1) 50%, rgba(138, 165, 219, 1) 100%);
 padding: 15px;
 font-size: 26px;
 border-radius: 15px;
 border:2px dashed;
 color: #E6F1FF;
 border-color:#21374F;
 text-decoration: underline dotted;
}

.textbox {
  box-sizing: border-box;
 width: 100%;
 background: #E9EDF2;
background: linear-gradient(0deg, rgba(233, 237, 242, 1) 0%, rgba(233, 237, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
 padding: 15px;
 font-size: 20px;
 height: 40%;
 overflow: auto;
 flex-shrink: 0;
 border-radius: 15px;
 border:2px dashed;
 border-color: #42577D;
 color: #42577D;
}

.other-div {
   box-sizing: border-box;
 width: 100%;
 background: #E9EDF2;
background: linear-gradient(0deg, rgba(233, 237, 242, 1) 0%, rgba(233, 237, 242, 1) 50%, rgba(255, 255, 255, 1) 100%);
 padding: 15px;
 display: flex;
 flex-direction:column;
 gap:10px;
 height: 100%;
 border-radius: 15px;
 border:2px dashed;
 border-color: #42577D;
}

audio {
 box-sizing: border-box;
 width: 100%; 
 border: 2px dashed;
 border-color: #42577D;
 border-radius: 40px;
}

.now-playing {
 box-sizing: border-box;
 width: 100%;
  background: #5272b3;
background: linear-gradient(0deg, rgba(82, 114, 179, 1) 0%, rgba(92, 122, 184, 1) 50%, rgba(138, 165, 219, 1) 100%);
 padding: 10px;
 font-size: 20px;
 border-radius: 15px;
 border:2px dashed;
 color: #E6F1FF;
 border-color:#21374F;
}

.rhb-div {
 box-sizing: border-box;
 width: 100%;
 height: 100%;
}

.rhb {
 box-sizing: border-box;
 width: 100%; 
 font-size: 25px;
 padding: 20px;
 height: 100%;
 border-radius: 15px;
 border:2px dashed;
  background: #5272b3;
background: linear-gradient(0deg, rgba(82, 114, 179, 1) 0%, rgba(92, 122, 184, 1) 50%, rgba(138, 165, 219, 1) 100%);
color: #E6F1FF;
font-family: georgia;
border-color:#21374F;
}


.gap-display {
display: flex;
flex-direction: column;
gap: 15px;
}

span {
font-family: times;
}




/* IMPORTANT FOR JAVASCRIPT!11!1!!! */

.content-div-thing {
 padding: 20px;
}

.active {
  display:block;
  }
            
  .inactive {
 display:none;
}

.tabcontent {
            animation: fadeEffect 1s;
            }

            @keyframes fadeEffect {
             from {opacity: 0;}
                to {opacity: 1;}
            }
            


/* IMPORTANT FOR JAVASCRIPT!11!1!!! */

.hidden-thing {
 visibility: hidden; 
}


 @media screen and (max-width: 768px) {
  
   #content {
       width: 100%; 
       min-width: 0;
      }
      
      #massholder {
       width: 100%; 
       max-height: none;
       min-height: 0;
       height: auto;
      }
      
      .responsive-flex {
       flex-direction: column; 
      } 
      
      .bind {
       width: 100%; 
       height:70px;
      }
      
      .right-page-div {
        padding: 8px;
        padding-left:8px;
        padding-top: 0;
        height: auto;
      }
      
      .left-page-div {
        padding: 8px;
        padding-left:8px;
        padding-bottom: 0;
        height: 500px;
      }
      
      .left-page {
       height: 100%; 
       border-bottom: 0;
       border-right:2px outset;
      }
      
      .right-page {
       height: 100%; 
       border-top: 0;
       border-left:2px outset;
      }
      
      .character-profile-holder {
        flex-direction: column;
      }
      
      .character-profile {
       width: 100%; 
      }
      
      .textbox {
       height: auto; 
      }
      
      .rhb {
        height: 70px; 
       padding: 5px;
       flex-shrink: 0;
      }
      
      .hidden-thing {
      display: none; 
      }
      
 }

