

body {
  font-size: 20px;
  background-image: url(/about2/graphics/ng2.png); 
  background-size: auto;
  line-height: 0px;
  word-spacing:2px;
}

.html, body a {
    color: #b98b52;
    text-decoration: none;
    font-weight: bold;
  }
  
  .html, body a:hover {
    color: #C8E186;
    
  }

.div {
  line-height: 23px;
}
  

/* BODY */

.flex-container {

  background-color: #ffffff;
  height: 255px; 
  width: 431px;  
  text-align: left;
  padding:5px;
  border-left: 2px solid #5C3809; 
  border-right: 2px solid #5C3809; 
  border-bottom: 2px solid #5C3809; 
  margin:0px; 
}


.updates {
  background-color: #f0fcd9;
  min-height: 75px; 
  overflow-y: scroll;
  width: 86%;  
  text-align: left;
  padding:6px;
  border: 1px solid #5C3809; 
  margin:0px; 
  line-height: 23px;
  font-size: 8px;
}




/*FLEXBOXES*/

.sidenav {
  /*background-color: lightgray;*/
  flex: 1.7;
  padding: 5px;

}

.content {
  /*background-color: lightblue;*/
  padding: 10px;

}






/*WRAPPERS*/


.lebigwrapper {
  width: 630px;
  height: 100%;
  /*padding-top: 0px;*/
  /*margin-top: 100px;*/
  margin-bottom: 0px;
}




/*FONTS*/

@font-face {
  src: url(/fonts/FiveFontsatFreddys.ttf);
  font-family: div; 
}
  body,html { 
  font-family: div;
  color: #2e3a10;
  font-size: 8px;
  }

  

  @font-face {
      src: url(/fonts/HanyiSentyBubbleTea.ttf);
      font-family: header1;
    }
      h1 {
      font-family: header1;
      color: #8d5f48;
      font-size: 90px;
      font-weight: bold;
      margin-top:70px;
      margin-bottom:50px;
      text-align: center;
      }


      @font-face {
        src: url(/fonts/CatCafe.ttf);
        font-family: header1;
      }
        h2 {
        font-family: header1;
        color: #61722C;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        }

        @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/planta.gif); 
text-align: left;
line-height: 23px;} 






  /** SCROLLBAR **/

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #87ad56; 
}