
    background: #806959;
    align-items: flex-end;
    justify-content: center;
    }
  h4{
    margin: 0;
    font-size: 20px;
    }
    
  :root {
   background: url('https://courthouseinteriors.com/cdn/shop/files/Floral-Rococo-Red-Plum.jpg?v=1736408205');
   background-size: 400px;
   }
    
  #status {
    margin-top: 2px;
    margin-bottom: 4px;
    }

  section{
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    column-count 3;
    flex-direction: column;
    }
  a {
    color: white;
    }
  img {
    max-height: 260px;
    flex: center;
    align-self: center;
    }
      
  ul {
    padding: 0;
    text-align: center;
    margin: 0;
    
    }
  .navigate{
    display: inline-block;
    background-color: #3d251e;
    width: 150px;
    float: left;
    overflow: auto;
    box-sizing: border-box;
    flex: 1;
    height: 100%;
    }
  #actual-stuff:after {
  content: "";
  display: table;
  clear: both;
    }
  p, li {
    align-items: center;
    font-size: 20px;
    }
  p {
    padding: 30px;
    }
  h2 {
    font-family: hughIsLife;
    font-size: 45px;
    margin: 0;
    margin-top: 5px;
    text-align: center;
    }
  h1 {
    font-size: 50px;
    align-self: center;
    font-family: saintCarellClean;
    margin: 5px;
    }
  ::selection {
    background-color: rgba(0,0,0,0);
    color: pink;
    text-shadow: 0 0 7px white;
    }
  .basic-info {
    list-style-position: inside;
    list-style: none;
    }
  li {
    list-style: none;
    }
  li.info:before {
  content: "꣑ৎ";
  }
  textarea {
    font-family: Arial, Helvetica, sans-serif; 
    opacity: 0.8; 
    border-radius: 5px; 
    font-size: 12px;
    }
  hr {
    width:50%;
    margin: 10px auto;
    }
  #link{
    margin: 12px 0 12px 0;
    }
  .scrollyboxy {
    width: auto;
    height: 100px;
    border: 1px solid white;
    overflow: scroll;
    padding: 2px;
    margin: 5px;
    overflow-x: hidden;
    }
    .scrollyboxy::-webkit-scrollbar{
     background-color: #806959; 
     width: 10px;
    }
    .scrollyboxy::-webkit-scrollbar-thumb{
    background-image: #b08e7d;
    background-size: 1.8vw;
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
      }
    .navlinks{
      margin: 3px;      
      }
    .navlinks:hover{
      background: linear-gradient(70deg, #735353, #876f61);
      animation-name: zoomInAnimation;
      animation-duration: 0.5s;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-fill-mode: none;
      }
    /*style="border: 2px solid white; margin: 3px;"*/