ul {
    list-style-type: none;
    margin: 0;
    padding: 10px;
    overflow: auto;
    background-color: #41393d;
}

li {
    float: left;
}

li a {
    display: grid;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #8a8c8f;
}

body {
	background-color: #d7e4c2;
}

h1 {
    font-family: Majesti Banner Heavy; 
    color: #ef4e22; 
    text-align:center;
}

p {
    text-align: center;
    font-family: Athelas Regular;
    
}

.table {
    display: table;
    margin: 0 auto;
}
