#logo {
       text-align: center;
      }

header {
		background-color: black;
	   }
		
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #111;
   }

li {
    float: Left;
   }

li a {
      display: block;
      color: white;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
     }

li a:hover:not(.active) {
                         background-color: #333;
                        }

                .active {
                         background-color: #ef4e22;
                        }

body {
    background-color: #d7e4c2; 
    font-family: "athelas bold";
	font-size: 28px; 
    color: #41393d;
	text-align: center;
     }

h1 {
    text-align: center;
    font-size: 42px; 
    color: #41393d;
   }

h2 {
    text-align: center;
    font-size: 38px; 
    color: #ef4e22;
   }

paragraph {
           text-align: center;
		   font-size: 28px; 
           color: #ef4e22;
          }

table{
	border: 10px solid #41393d;
	border-collapse: collapse;
	width: 1200px;
	}
td{
	padding: 10px;
	font-size: 28px; 
  }

th{
	background-color: #d4a18d;
	font-size: 42px;
  }

footer {
        text-align: center;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ef4e22;
       }