body{
    background-color:#f0e1a6;
   
}
#container{
    display: flex;
    flex-direction: column;


}
#nameheader{

    display: flex;
}
#title{
    font-size:50pt;
    font-family: "Daft Font";
    color :#F2CD5C;
    margin-top:10px;
    filter: saturate(1.5);
    
    text-shadow: #c17b12 2px 2px 4px;
    margin-left:auto;
    margin-right:auto;
}
#yellowhelmet{
    width:120px;
   
}
#logo{
    position:relative;
}
ul{
    list-style-type: none;
    padding: 0;
    border-radius: 6px;
}
li{
    font-size : 14pt;
    font-family : "libre caslon text", serif;
    text-decoration : none;
    text-align: left;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:6px;
    text-align: center;


}
.header{

    display: flex;
  
    width: 100%;
    
    justify-content: space-evenly;

    margin-top:30px;
    margin-bottom:60px;

}
.link{
    color: #ffffff;
    font-size: 20pt;
    font-family : "Daft Font";
    text-decoration: none;
}#content{
    display:flex;
    flex-direction: row;
}
#sidenav{
    width:200px;
}
#biopic{
    max-width:175px;
    max-height: min-content;
    margin-left:20px;
    margin-top:20px;
    float:left;
}
#maincontent{
    
    background-color: #f0e1a6;
    width: 100%;
   
    
    filter:contrast(1.5);
    filter:saturate(1.5);

    

}
#pagetitle{
    font-size: 40pt;
    color:#D97E4A;
    font-family: "Libre Caslon Text", serif;
  
    font-weight:700;
    font-style: normal;
    text-align: center;
    
}