/* Footer Section */
footer {
    background-color: #204242; /* Same dark background as the site */
    color: #F5F5F5; /* Light text color for contrast */
    font-family: 'Roboto Mono', monospace; /* Match the site's font */
    text-align: center; /* Center-align the content */
    padding: 20px; /* Add padding for space */
    font-size: 1rem; /* Set a readable font size */
    border-top: 2px solid #D6BD98; /* Optional: subtle border for separation */
}

footer p {
    margin: 0; /* Remove default margins for cleaner appearance */
    color: #CCCCCC; /* Subtle text color for copyright */
}
