*{
    margin: 0;
    box-sizing: border-box;
    background-color: #EDDCC8;
    text-align: center;
}

.bitcount-grid-single-body {
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}


#page-wrapper {
    background-color: #EDDCC8;
    margin: 1% auto;
    width: 98vw;
    text-align: center;
}



/* HEADER */
#header{
    color:#8A6153;
    margin-top: 1%;
    width: 98%;
}

#header ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#header li{
    list-style: none;
    margin: 0 1%;
}

#header h1{
    width: 80vw;
    text-align: center;
    margin-top: 1%;
    font-size: calc(3px + 3vw);
}

#img1{
    max-width: 7vh;
    padding-top: 10%;
}

#img2{
    max-width: 10vh;
    padding-right: 5%;
}



/* BODY */

#bodyarea{
    margin-top: 2%;
    width: 90%;
    display: flex;
    flex-direction: columns;
    margin-left: 5%;

}

#blanket{
    
    display: block;
    width: 60%;
    /* background-color: black;    */
}

#about{
    color: #8A6153;
    
    /* background-color: blue; */
    display: block;
    width: 40%;
    padding: 3%;
}

#about p{
    font-size: calc(1.6px + 1.6vw);
}