








#guestbook{
  display: flex;
  width: 700px;
  height: 700px;
justify-content: center;
flex-direction: row;


}

#status{
  display: flex;
  width: 700px;
  height: 700px;
justify-content: center;
flex-direction: row;


}







#statuscafe {
  padding: .5em;
  background-color: azure;
  border: 1px solid midnightblue;
}
#statuscafe-username {
  margin-bottom: .5em;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}





.headstyle{
display: flex;
text-align: center;


justify-content: center;
flex-direction: row;

}






.floaty{
  position:absolute;
  z-index: 5;
    width: 50px;
    height: auto;

}





.bparentbox{
display: flex;
text-align: center;

justify-content: space-evenly;
flex-direction: row;
 align-items: flex-start;

}




.parentboxcenter{
  display: flex;
  text-align: center;
  
  
  justify-content: center;
  
  flex-direction: row;
  
  
  }
  
 

.betterparentboxcenter{
  display: flex;
  text-align: center;
  
  
  justify-content: center;
  
  flex-direction: row;
  gap:20px;
  
  }
  
 




.buttonbox{
display: flex;

justify-content: space-evenly;
flex-direction: row;




}
.buttonchild{


width: 25%;
height: auto; /* Maintains aspect ratio */



}



.cenparentbox{
display: flex;
text-align: center;

justify-content: center;
flex-direction: row;

}

.sbparentbox{
display: flex;
text-align: center;

justify-content: space-between;
flex-direction: row;

}



.fchildtextbox{
display: flex;
text-align: center;
background-color: aliceblue;
border-style: double;
justify-content: center;
flex-direction: row;


}



.childtextbox{

text-align: center;
background-color: aliceblue;
border-style: double;
justify-content: center;
flex-direction: row;


}

.bchildtextbox{

text-align: center;
background-color: aliceblue;
border-style: double;
justify-content: center;
flex-direction: row;
  align-items: flex-start;


}


@font-face {
  font-family: 'Kingthings Facetype';
  src: url('KingthingsFacetype.ttf') format('truetype');
}



.kingchildtextbox{


  font-family: 'Kingthings Facetype', sans-serif; /* Fallback font */
  
  font-size: 200px;
  text-align: center;
  
  background-color: aliceblue;
  border-style: double;
  
  justify-content: center;
  
  flex-direction: row;
  
  
  
  }

  .smallkingchildtextbox{


    font-family: 'Kingthings Facetype', sans-serif; /* Fallback font */
    
    font-size: 10px;
  
    text-align: center;
    
    background-color: aliceblue;
    border-style: double;
    
    justify-content: center;
    
    flex-direction: row;
    
    
    
    }
  
  
  



.indicator2 {
display: flex;
width: 200px;
height: auto; /* Maintains aspect ratio */
}


.indicator2 {
display: flex;
width: 200px;
height: auto; /* Maintains aspect ratio */
}








      #intro{
        color: white;
      }



  #aboutme {
     /*float: right; */
     color: rgb(14, 4, 4);
    text-align: justify; 
    margin-right: 20px
    
  }
  
  #personality{
    margin-left: 500px; /* Push content to the right */
    padding: 50px;
    color: white;
   
    
  }
  #interests{
    margin-left: 500px; /* Push content to the right */
    padding: 50px;
    color: white;
   
    
  }



  #indicator {
float: left;
margin-right: 100px; /* optional spacing */
}






.vl2 {
          width: 400px; /* Adjust width as needed */
          height: 100vh; /* Full height */
          background-color: #64dbe4; /* Sidebar color */
          color: white;
          position: fixed;
          top: 50;
          left: 0;
          padding: 20px;
}


























































.journalindicator{
  display: flex;
   width: 100px;
   height: auto; /* Maintains aspect ratio */
 
 
 
 
 }
 
 
 .flexbox {
   display: flex;
   gap: 10px; /* Space between items   background-color: lightgray; */
   
   padding: 20px;
   justify-content: center;
   
   
 
  
 
 }
 
 
 
 .dreamtest{
   background-color:aliceblue;
   border-style: double;
   white-space: pre-line;
 
 }
 .dreamstuff{
  
    background-color: rgb(163, 163, 163);
    border-style: dotted;
  
    white-space: pre-line;
 
  
 }
 

 .betterp{
  
  white-space: pre-line;
}

.betterpf{
  
  white-space: pre-line;
  max-width: 500px;
}

.betterptrn{
  white-space: pre-line;
}

.betterpscroll{
  text-align: center;
  background-color: aliceblue;
  border-style: double;
  justify-content: center;
  flex-direction: row;
  display: flex;
  max-width: 400px;
max-height: 400px;
overflow: auto; /* Enables scrolling when content exceeds max height */

}


.childscrolltextbox{


 
  max-width: 100px; /* Adjust width as needed */
  max-height: 100px; /* Adjust height as needed */
  overflow: auto; /* Enables scrolling when content exceeds max height */
  word-wrap: break-word; /* Ensures long words wrap properly */


}
 
 
 .twoitemcontainer{
 
   display: grid;
 grid-template-columns: auto auto;
 gap: 1px;
 
 }
 
 
 
 
 
 
 #statuscafe {
     padding: .5em;
     background-color: azure;
     border: 1px solid midnightblue;
 }
 #statuscafe-username {
     margin-bottom: .5em;
 }
 #statuscafe-content {
     margin: 0 1em 0.5em 1em;
 }
 
 
 
 
 
 
 .parentbox{
 
 display: flex;
 text-align: center;
 
 
 justify-content: space-evenly;
 
 flex-direction: row;
 
 
 }
 
 .parentboxscroll{
 
  display: flex;
  text-align: center;
  
  
  justify-content: space-evenly;
  
  flex-direction: row;
  overflow: auto; /* Enables scrolling when content exceeds max height */
  
  max-width: 200px;
  max-height: 200px;
  }
  


 
 
 .buttonbox{
 
 display: flex;
 
 
 justify-content: space-evenly;
 
 flex-direction: row;
 
 
 
 
 
 }
 
 .buttonchild{
 
  
   
   width: 25%;
   height: auto; /* Maintains aspect ratio */
 
 
 
 
 }
 







 
 
 
 .cenparentbox{
   display: flex;
 text-align: center;
 
 
 justify-content: center;
 
 flex-direction: row;
 
 
 }
 
 
 .sbparentbox{
   display: flex;
 text-align: center;
 
 
 justify-content: space-between;
 
 flex-direction: row;
 
 
 }
 
 
 
 
 .fchildtextbox{
 
   display: flex;
 text-align: center;
 
 background-color: aliceblue;
 border-style: double;
 
 justify-content: center;
 
 flex-direction: row;
 
 
 
 }
 
 
 .childtextbox{
 
 
 text-align: center;
 
 background-color: aliceblue;
 border-style: double;
 
 justify-content: center;
 
 flex-direction: row;
 
 
 
 
 
 }
 
 .childtextboxpadded{
 
 
  text-align: center;
  background-color: aliceblue;
 border-style: double;
  
  
  justify-content: center;
  
  flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  
  
  
  
  }
 
 
 .indicator2 {
  
  display: flex;
  width: 200px;
  height: auto; /* Maintains aspect ratio */
 
 }
 
 .indicator3 {
  
  display: flex;
  width: 300px;
  height: auto; /* Maintains aspect ratio */
 
 }


 
  .indicator5 {
  
  display: flex;
  width: 300px;
  height: auto; /* Maintains aspect ratio */
 
 }
 
   .indicator6 {
  
  display: flex;
  width: 600px;
  height: auto; /* Maintains aspect ratio */
 
 }
 
  .indicator8 {
  
  display: flex;
  width: 800px;
  height: auto; /* Maintains aspect ratio */
 
 }
  
 .indicator10 {
  
  display: flex;
  width: 1000px;
  height: auto; /* Maintains aspect ratio */
 
 }
 
 .overlay{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
 
}
.photolay{
  position: fixed;
  display: none;
  width: 1000px;
  height: auto;

  top: 50%;
  left: 50%;
 
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  cursor: pointer;
}
 
 
 
         #intro{
           color: white;
         }
 
 
 
 
     #aboutme {
        /*float: right; */
        color: rgb(14, 4, 4);
       text-align: justify; 
       margin-right: 20px
       
     }
 
     
     #personality{
       margin-left: 500px; /* Push content to the right */
       padding: 50px;
       color: white;
      
       
     }
     #interests{
       margin-left: 500px; /* Push content to the right */
       padding: 50px;
       color: white;
      
       
     }
 
 
 
 
     #indicator {
   float: left;
   margin-right: 100px; /* optional spacing */
 }
 
 
 
 
 
 
 
 .vl2 {
             width: 400px; /* Adjust width as needed */
             height: 100vh; /* Full height */
             background-color: #64dbe4; /* Sidebar color */
             color: white;
             position: fixed;
             top: 50;
             left: 0;
             padding: 20px;
 }






.checkerclass{

padding-left: 20px;

}






  .headystyle{
    display: flex;
    text-align: center;
    background-color: aliceblue;
    border-style: double;
    
    justify-content: center;
    
    flex-direction: row;
  
   
  
    
    }



  .parentbox{
  
  display: flex;
  text-align: center;
  
  
  justify-content: space-evenly;
  
  flex-direction: row;
  
  
  }
  
  .fchildtextbox{
  
    display: flex;
  text-align: center;
  
  background-color: aliceblue;
  border-style: double;
  
  justify-content: center;
  
  flex-direction: row;
  
  
  
  }
  
  
  .childtextbox{
  
  
  text-align: center;
  
  background-color: aliceblue;
  border-style: double;
  
  justify-content: center;
  
  flex-direction: row;
  
  
  
  }
  
  
  
  
  
  #flip-horizontalm1 {
      transform: rotate(-90deg);
      margin-right: 100px; /* optional spacing */
    width: 800px;
    height: auto; /* Maintains aspect ratio */
    }
  
    #flip-horizontal {
      transform: rotate(90deg);
      margin-right: 100px; /* optional spacing */
    width: 800px;
    height: auto; /* Maintains aspect ratio */
    }
  
    #flip-horizontalx2 {
      transform: rotate(180deg);
      margin-right: 100px; /* optional spacing */
    width: 800px;
    height: auto; /* Maintains aspect ratio */
    }
  
  
  
    #flip-vertical {
      transform: scaleY(-1);
      transform: scaleX(-1);
      margin-right: 100px; /* optional spacing */
      width: 800px;
      height: auto; /* Maintains aspect ratio */
    }
    
  
  #footsy{
              color: white;
          }
  
  
  
  
  
  
  
          #intro{
            color: white;
          }
  
  
  
   
      #aboutme {
         /*float: right; */
         color: rgb(14, 4, 4);
        text-align: justify; 
        margin-right: 20px
        
      }
  
      
      #personality{
        margin-left: 500px; /* Push content to the right */
        padding: 50px;
        color: white;
       
        
      }
      #interests{
        margin-left: 500px; /* Push content to the right */
        padding: 50px;
        color: white;
       
        
      }
  
  
  
  
      #indicator {
    float: left;
    margin-right: 100px; /* optional spacing */
  }
  
  #indicator2 {
  
    
    margin-right: 100px; /* optional spacing */
    width: 800px;
    height: auto; /* Maintains aspect ratio */
  }
  
  
  #button {
    float: left;
    margin-right: 10px; /* optional spacing */
    margin-left: 5px; /* optional spacing */
    width: 25%;
    height: auto; /* Maintains aspect ratio */
  
    
  
  }
  
  
  
  
  .vl2 {
              width: 400px; /* Adjust width as needed */
              height: 100vh; /* Full height */
              background-color: #64dbe4; /* Sidebar color */
              color: white;
              position: fixed;
              top: 50;
              left: 0;
              padding: 20px;
  }
  
  
  #centered{
  
      text-align: center;
  
  }
  
  
  .container {
    display: grid;
    grid-template-columns: auto ;
    gap: 100px;
  }
  
  
  .item {
   
    padding: 10px;
    text-align: center;
  }
  
  #contacts{
    color: white;
}
#socials{
    color: white;
}

#footsy{
    color: white;
}


  
  
  
  .parentbox{
  
  display: flex;
  text-align: center;
  
  
  justify-content: space-evenly;
  
  flex-direction: row;
  
  
  }
  
  .fchildtextbox{
  
    display: flex;
  text-align: center;
  
  background-color: aliceblue;
  border-style: double;
  
  justify-content: center;
  
  flex-direction: row;
  
  
  
  }
  
  
  .childtextbox{
  
  
  text-align: center;
  
  background-color: aliceblue;
  border-style: double;
  
  justify-content: center;
  
  flex-direction: row;
  
  
  
  }
  
  
  
  
  
  
  
        #indi{
          width: 500px;
      height: auto; /* Maintains aspect ratio */
        }
  
  
        
        #centered{
          text-align: center;
          
          }
          
          
          
          .container {
          display: grid;
          grid-template-columns: auto  ;
          gap: 5px;
          }
          
          
          .container2 {
          display: flex;
          
          justify-content: center; /* Centers horizontally */
            align-items: center; /* Centers vertically */
          
          
            flex-wrap: wrap;
          
          
          gap: 1px;
          
          
          
          }
          
          .flexbox {
            display: flex;
            gap: 10px; /* Space between items   background-color: lightgray; */
            
            padding: 20px;
          
            width: 700px;  /* Fixed width */
            height: 50px; /* Fixed height */
          }
          
          
          
          
          
          .twoitemcontainer{
          
            display: grid;
          grid-template-columns: auto auto;
          gap: 1px;
          
          }
          
          
          
          
          .item {
          
          
          padding: 5px;
          text-align: center;
          color: aliceblue;
          
          }
          
          .item2 {
          
          
          padding: 5px;
          text-align: center;
          
          width: 300px;
          height: auto; /* Maintains aspect ratio */
          
          }
          
          
          
          
          
          .itemgood {
          
          
          padding: 5px;
          text-align: center;
          background-color:springgreen;
          
          }
          
          
          .itemmed {
          
          
          padding: 5px;
          text-align: center;
          background-color: rgb(255, 217, 0);
          
          }
          
          
          
          .itembad {
          
          
          padding: 5px;
          text-align: center;
          background-color: rgb(255, 0, 106);
          
          }
          
          
          .container3 {
          display: grid;
          grid-template-columns: repeat(1, minmax(10px, 1fr));
          gap: 1px;
          
          }
          
          .journalindicator{
            display: flex;
             width: 100px;
             height: auto; /* Maintains aspect ratio */
           
           
           
           
           }
           
           
           .flexbox {
             display: flex;
             gap: 10px; /* Space between items   background-color: lightgray; */
             
             padding: 20px;
             justify-content: center;
             
             
           
            
           
           }
           
      
           
           
           .dreamtest{
             background-color:aliceblue;
             border-style: double;
             white-space: pre-line;
           
           }
           
           
           
           .twoitemcontainer{
           
             display: grid;
           grid-template-columns: auto auto;
           gap: 1px;
           
           }
           
           
           
           
           
           
           #statuscafe {
               padding: .5em;
               background-color: azure;
               border: 1px solid midnightblue;
           }
           #statuscafe-username {
               margin-bottom: .5em;
           }
           #statuscafe-content {
               margin: 0 1em 0.5em 1em;
           }
           
           
           
           
           
           .parentbox{
           
           display: flex;
           text-align: center;
           
           
           justify-content: space-evenly;
           
           flex-direction: row;
           
           
           }
           
           
           
           .buttonbox{
           
           display: flex;
           
           
           justify-content: space-evenly;
           
           flex-direction: row;
           
           
           
           
           
           }
                
           .buttonboxcenter{
           
            display: flex;
            
            
            justify-content: center;
            
            flex-direction: row;
            
         
            
            
            }
            
           
           .buttonchild{
           
            
             
             width: 25%;
             height: auto; /* Maintains aspect ratio */
           
           
           
           
           }
                      
           .neighborhoodbuttonchild{
           
            
             
            width: 150px;
            height: auto; /* Maintains aspect ratio */
          
          
          
          
          }
           
           
           
           
           .cenparentbox{
             display: flex;
           text-align: center;
           
           
           justify-content: center;
           
           flex-direction: row;
           
           
           }
           
           
           .sbparentbox{
             display: flex;
           text-align: center;
           
           
           justify-content: space-between;
           
           flex-direction: row;
           
           
           }
           
           
           
           
           .fchildtextbox{
           
             display: flex;
           text-align: center;
           
           background-color: aliceblue;
           border-style: double;
           
           justify-content: center;
           
           flex-direction: row;
           
           
           
           }
           
           
           .childtextbox{
           
           
           text-align: center;
           
           background-color: aliceblue;
           border-style: double;
           
           justify-content: center;
           
           flex-direction: row;
           
           
           
           
           
           }


                 .indicatorp5 {
            
            display: flex;
            width: 50px;
            height: auto; /* Maintains aspect ratio */
           
           }
           
           
           
           .indicator2 {
            
            display: flex;
            width: 200px;
            height: auto; /* Maintains aspect ratio */
           
           }
           
           
           
           
           .indicator2gal {
            
            display: flex;
            width: 200px;
            height: auto; /* Maintains aspect ratio */
            cursor: pointer;
           
           }


                      .indicator3gal {
            
            display: flex;
            width: 300px;
            height: auto; /* Maintains aspect ratio */
            cursor: pointer;
            align-items: flex-start;
           
           }


           
           
           
                      .maindiv {
            
      border-style: solid;
      width: fit-content;
      margin: auto;
      padding: 10px;
      background-color: rgb(247, 237, 225);
           }


          .mainmaindiv {
          display: flex;
          
          width: fit-content;
          margin: auto;
       
          justify-content: space-between;
       
          

          }


                             .leftsidebar{
                     border-style: solid;  
                     background-color: rgb(247, 237, 225);      
                     margin: 5px;
                     width: 200px;
                      
                      
                       
           }




                          .lefttext {
            
      text-align: left;
    
           }


                                     .centertext {
            
      text-align: center;
    
           }


          
                                     .spacer {
            
      width: 550px;
    
           }


           .scrollme{
    max-height: 200px; 
    overflow-y: auto;  
}

           .scrollmey{
    max-width: 400px;

    overflow-x: auto;  
}


           .scrollmeystat{
    max-width: 550px;

    overflow-x: auto;  
}


           .leftcenter{
            margin-left:50px;
}


.textcenter{
  display: flex;
  text-align: start;
  
  
  justify-content: center;
  
  flex-direction: row;
  
  
  }



