body{
    background-color: #494953;
}
/*#container{
    display:flex;
    flex-direction: column ;
      
}*/
html{
    scroll-behavior: smooth;
}
#nameheader{
    display: flex;

}
#title{
    font-size:60pt;
    font-family: "Daft Font";
    color :#ca1f27;
    margin-top:10px;
    filter: saturate(1.1);
    
    text-shadow: #1d345e 2px 2px 4px;
    margin-left:auto;
    margin-right:auto;
}
#alivelogo{
    width:100px;
    border-radius: 6px;

}
.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;
}
ul{
    list-style-type: none;
    /*padding: 20px;*/
    border-radius: 6px;
    margin-left:0;
   
}
li{
    font-size : 16pt;
    font-family : "libre caslon text", serif;
    text-decoration : none;
    text-align:left;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:6px;
    margin-left:0;
    width: 100%;
    padding-left: 0;
    justify-content: center;
    /*text-align: center;*/

}
a:hover{
  
    color:#3a63af;
}
a{
    color: #ffffff;
    text-decoration: none;
}
section{
    
    width:100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-transform: uppercase;
    
}
#section1{
    background-color: #ca1f27;
}
#section2{
    background-color: #1d345e;
}
#section3{
    background-color: #f2cd5c;
}
#section4{
    background-color: #1d5e28;
}
#sidenav{
    background-color: transparent;
    width:200px;
    height:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}
#content{
    display:flex;
    flex-direction: row;
    
}
#maincontent{
    
    background-color: #f0e1a6;
    width: 100%;
    margin-right:10px;
    
}
.fashionimage{
    width:400px;
    margin:10px;
}
