body{
    background-color: #e08976;
}
#container{
    display:flex;
    flex-direction: column;
}
#title{
    font-size:50pt;
    font-family: "Daft Font";
    color:#290341;
    margin-top:10px;
    filter: saturate(1.5);
    filter: contrast(1.5);
    
    margin-left:auto;
    margin-right:auto;
}
#nameheader{
    display: flex;
}
#discoverylogo{
    width:100px;
    
}
.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;
}