#footer {
	text-align: center;
	color: #8D9196;
	font-size: 0.7em;
    font-family: Roboto Mono, Consolas, monospace;	
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    background-color: #15171a;
    background-color: #0d0e10;
    border-top: 2px solid rgb(58, 58, 58);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.5), inset 0px 5px 5px rgba(0, 0, 0, 0.5), inset 0px -5px 5px rgba(0, 0, 0, 0.5);
}

#footer > address > a, #footer > div > a {
	color: #8D9196;
} 

