#footer {
text-align: center;
}

#nav ul li a {
margin: 0.2em 1em;
border-bottom-style: solid;
border-bottom-width: 7px;
border-bottom-color: #403F3D;
background-color: black;
color: #FAFAFA;
}

#nav ul li a:hover {
border-bottom-color: white;

}

a {
color: #BFBCB8;
}

.postfoot {
color: black;
background-color: #FAFAFA;
}