@charset "utf-8";
@display: "flex";


body {background-color:#00173d;
}

*{
margin: 0;
padding: 0;
box-sizing: border-box;
}





 header img {
     margin:auto;
     margin-top: 1em;
     width: 25%;
     display: block;
}

header nav ul {
    list-style: none;
    
margin: 1em;
padding: 0;
}

header nav ul li {
    font-family:sans-serif;
    font-size: 18;
    background-color:#FCC5A2;
    padding: 1em;
    margin: 1em;
    width: 90%;
    border-radius: 10px;
    
}



header nav ul li a {
    text-decoration:none;
    color:#00173d;
    font-weight: 500;
    text-align:center;
}

main  {
   padding: 2em;
}





main article h1 {
    font-family:sans-serif;
    font-style: bold;
    font-size: 24px;    
    color: #f17a6b;
    
    
}

main article p{
    font-family: sans-serif;
    font-size: 12pt;
    font-style:normal;
    color:white;
    
}

section{
   margin-top: 2em;
margin-right: 2em;
margin-bottom: 2em;
}


section div a {
    font-family: sans-serif;
    text-decoration: none;
  font-size: 12pt;
    color:#FCC5A2;
    list-style:none;
}

section div {
     font-family: sans-serif;
    font-size: 12pt;
    color: white;
}
    

section h2 {
    font-family: sans-serif;
    font-style: bold;
    font-size: 14pt;
    color: #f17a6b;
    
}

section p{
    color:white;
    margin-left: 2em;
    font-size: 10pt;
    font-family: sans-serif;
}


section li{
    font-family: sans-serif;
     margin-left: 2em;
    font-size: 12pt;
    color: white;
    list-style:circle;
}


footer{
   color: white;
margin: 2.5em;
font-size: 10px;
font-weight: 100;
    font-family: sans-serif;
        
}
