  body {
    font-size: 20px;
    background-image: url(/graphics/bgs/menhera-ph.png);  
    line-height: 10px;
    word-spacing:2px;
  }
  
  .html, body a {
      color: #61722C;
      text-decoration: none;
      font-weight: bold;
    }
    
    .html, body a:hover {
      color: #C2BE4D; 
      
    }
  
  .div {
    line-height: 23px;
  }
    
  
  /* BODY */
  

  
  
  
  
  /*CONTAINERS*/

  

  
  
  
  
  
  
  /*WRAPPERS*/
  
  
  .lebigwrapper {
    width: 530px; 
    height: 400px;
    background-color: rgb(255, 255, 255);
    border: rgb(238, 162, 255) 3px solid;
    padding: 5px;
    margin-top: 150px;
    margin-bottom: 0px;
  }
  
  
  
  
  /*FONTS*/
  
  @font-face {
    src: url(/fonts/FiveFontsatFreddys.ttf);
    font-family: div; 
  }
    body,html { 
    font-family: div;
    color: #271B0F;
    font-size: 8px;
    }
  
    
  
    @font-face {
        src: url(/fonts/typewriter.ttf); 
        font-family: header1;
      }
        h1 {
        font-family: header1;
        color: #5a4735;
        font-size: 22px;
        text-align: center;
        }
  
  
        @font-face {
          src: url(/fonts/typewriter.ttf);
          font-family: header2;
        }
          h2 {
          font-family: header2; 
          color: #5a4735;
          font-size: 16px;
          font-weight: bold;
          text-align: left;
          }


  
          @font-face {
            src: url(/fonts/CafeSweet.ttf);
            font-family: header3;
          }
            h3 {
            font-family: header3;
            color: #61722C;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            }
  
  
  
  
   /*BULLETPOINTS*/
  
  /* li { list-style-image: url(/graphics/minis/); 
  text-align: left;
  line-height: 23px;} */
  
  
  
  
  
  
    /** SCROLLBAR **/
  
  /* width */
  ::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: white; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #688970; 
  }