    
    img {
      max-width: 100%;
      height: auto;
       filter: saturate(0%); 
  }
  
  
  img:hover {
      filter: saturate(100%);
  }
  
  
  .center {
      display: block;
     margin-left: auto;
     margin-right: auto;
      
  }

  ul {
    font-family:"vistor";
    font-size: 24px;
  }
  
  li {
     padding: -1px;
  }


 /* Body */
  
  body {
    background-color: #000;
    /* background-image: url(/style/kazos-bg.png); 
    background-position: center; 
    background-repeat: repeat;
    background-attachment: scroll; 
    background-size: 12%; */
      /* text */
    color: white;
   font-family: Arial, Impact, sans-serif ;
    margin: auto;
  }
  
   header {
    width: auto;
   /* padding: 8px 8px; */
    /* margin: 5px; */
    /* background-color: black; */
    background-attachment: fixed;
    display: block;
     /* margin-left: auto;
     margin-right: auto; */
     /*  -webkit-animation: backgroundScroll 5s linear infinite;
     -webkit-animation-fill-mode: forwards;
    animation: backgroundScroll 5s linear infinite;
    animation-fill-mode: forwards;
       animation-direction: alternate; */
  }
  
    /* Hover Nav */
    .taskbar {
    position: fixed;
    top: 0px;
    height: 3%;
    width: 100%;
    background-color: #333333;
    z-index: 1;
  }
  
  /* Main div */
      .main {
        width: 80%;
        padding: 2px;
        margin: 2px;
        margin-left: auto;
        margin-right: auto; 
        margin-top: 30px;
        /* border: 4px solid white; */
       /* background-image: url("https://38cautionzone.com/walltexture.png");
        background-size: 6%;
          background-position: center; 
          background-repeat: repeat;
          background-attachment: scroll; */
      }
      
      
       .banner {
        width: 75%;
        padding: 2px;
        margin: 2px;
        margin-left: auto;
        margin-right: auto; 
      }
      
       .gallery {
            width: 90%;
            margin: 15px;
            margin-left: auto;
            margin-right: auto;
        }
        
    /* RAP SHEET - Original Character */
    
    .otis { /* oc bio */
       width: 45%;
       float: left;

    }

    .kaz { /* for oc art gallery */
       width: 45%;
       float: right;
    }
    

   @font-face {
font-family: "vistor";
src: url("/visitor2.ttf");
}

   @font-face {
font-family: "psp";
src: url("/2026redesign/ratchet-clank-psp.ttf");
}

   @font-face {
font-family: "rodin";
src: url("/2026redesign/fot-new-rodin-pro-eb.otf");
}



/* Text */
  
  h1 {
      text-align: center;
      margin: 2px;
      padding: 1px;
      font-size: 36px;
      /* background-color: black; */
      color: #00ff00;
      font-family: "vistor";
      font-weight: 50;
    /*  font-family: 'warning', impact, arial; */
       /* letter-spacing: 2px; */
  }
  
  
  h2 {
     /* text-align: center; */
      margin: 2px;
      padding: 1px;
      font-size: 30px;
      color: #00ff00;
       /* background-color: black; */
       font-family: "psp";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  
   h3 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 24px;
      color: #00ff00;
       font-family: "psp";
     /* font-family: 'madrid', impact; */
      /* letter-spacing: 2px; */
  }
  
  
   h4 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 20px;
      color: #00ff00;
       /* background-color: black; */
       font-family: "psp";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  h5 {
     /*  text-align: center; */
      margin: 3px;
      font-size: 14px;
      color: #00ff00;
       /* background-color: black; */
       font-family: "psp";
     /* font-family: 'mecha', impact; */
       /* letter-spacing: 2px; */
  }
  
  p {
    font-family: "psp";
    color: #00ff00;
  }
  
    a:link {
    color: white;
   /* background-color: #3f2e00;
    background-image: url(https://38cautionzone.com/newlayout/siteselection.png);
    background-size: 10%; */
  
  }
  
  a:visited {
    color: red;
    /* background-color: #000354;
     background-image: url(https://38cautionzone.com/newlayout/siteselection4.png);
    background-size: 10%; */
  }
  
  a:hover {
    color: yellow;
   /*  background-color: #540000;
    background-image: url(https://38cautionzone.com/newlayout/siteselection2.png);
    background-size: 10%; */
  }
  
  a:active {
    color: white;
  /*   background-color: #545454;
    background-image: url(https://38cautionzone.com/newlayout/siteselection3.png);
    background-size: 10%; */
  }
  