header {
    background-color: #41393D;
    margin-left: 30%;
    margin-right: 30%;
    border: 2px solid #EF4E22;
    border-radius: 100px;
}
	
div.ex2 { 
    width:100px;
}
   
body {
    background-color: #D7E4C2; 
}
nav {
    float: center;
    min-width: 420px;
    background-color: #41393D;
    text-align: center;
    margin-top: .1%;
    margin-left: 34%;
    margin-right: 34%;
    margin-bottom: .1%;
    border: 2px solid #EF4E22;
    border-radius: 30px;
     
}


   
h1 {
    color: #41393d;
 
    
    
}
	
p.round {
    font-size-adjust: auto
    text-align: center;
    align-content: center;
    border: 2px solid #EF4E22;
    border-radius: 10px;
    

}

    /* unvisited link */
    a:link {color: #8A8C8F;}
	/* visited link */
	a:visited {color: #8A8C8F;}
	/* mouse over link */
	a:hover {color: #EF4E22;}
	/* selected link */
	a:active {color: #EF4E22;}
	
nav ul{ margin: 0; padding: 0;}

nav ul li { /* This allow us to arrange list items in a row, without using float */
    display: inline-block;
    list-style-type: none;}