/* footer.css */

footer {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 0.5rem 0;
    background-color: #3C3C3C; 
    border-top: 3px solid #696969; 
    color: #ffffff; 
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
	justify-content: center;
}

footer a {
    color: #E4E4E4;
}

footer a:hover {
    color: #778899;
}
