/* footer.css */

footer {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: 0.5rem 0;
    background-color: #e7bc70; 
    border-top: 3px solid #60503c; 
    color: #000000; 
    font-size: 0.9rem;
    text-align: center;
    box-sizing: border-box;
	justify-content: center;
}

footer a {
    color: #ffffff;
}

footer a:hover {
    color: #c26148;
}
