body {
    background-color: #A5A096;
    text-align: center;
    font-family: "Arial", Times, serif;
}
.footer{
		
		font-family: "Arial";
 		font-size: 5px;
		background-color: #F0CF69;}
nav{ 
        color: #F0CF69;
        background-color: #068ABF;}
h1 {
	
    color:black;
    background-color: #017453;
    text-align: center;
    font-family: "Arial", Times, serif;
}

p {
    font-family: "Arial";
    font-size: 20px;
    text-align: center;
    font-family: "Arial", Times, serif;
}

table{  

    width:70%; 
    margin-left:15%; 
    margin-right:15%;
  
      
    color: white;
}

th {
    background-color: #4CAF50;
       text-align: center;
    
}


	