/* Add this in your 'style.css' or within a <style> tag */
header, footer {
    background-color: #007bff; /* Blue background for header/footer */
    color: white;               /* White text color */
    padding: 20px 0;            /* Padding around the text */
    text-align: center;         /* Center-align the text */
}

footer {
    font-size: 14px;            /* Smaller font for footer */
    margin-top: 50px;           /* Adds space between the content and footer */
}
