/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

/* .html {
  

  } */


body {
  font-size: 20px;
  background-image: url(https://ocha.cafe/graphics/bgs/soft.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 {
  display: flex;
  background-color: #ffffff;
  height: 248px; 
  width: 490px;  
  text-align: left;
  padding:5px;
  border: 2px solid #5C3809; 
  margin:0px; 
  line-height: 23px;
}




/*FLEXBOXES*/

.sidenav {
  background-color: white;
  flex: 3.4;
  padding: 5px;
  text-align: center;
  overflow-y:scroll;
  height:238px;

}

.content {
  background-color: white;
  padding: 10px;
  flex: 5;
  /*overflow-y: scroll;*/
  text-align: center;
  border-right: #3F4D1C 1px dotted;
}





/*WRAPPERS*/


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




/*FONTS*/

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

  

  @font-face {
      src: url(https://ocha.cafe/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(https://ocha.cafe/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(https://ocha.cafe/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(https://ocha.cafe/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; 
}
  