html {
    margin: 0px;
   font-family: "Kiwi Maru", serif;
	font-weight: 500;
    font-style: normal;
	font-size: 18px;
    color: #707070;
    background: #FCF9F2;
    overflow-x: hidden;
    overflow-y: scroll;
}