header.layout {
    background-color: #2c3e50;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .container {
    font-size: 1.5em;
    font-weight: bold;
    padding: 20px;
}

footer.layout {
    background-color: #2c3e50;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer .footerBottom p {
    margin: 0;
    font-size: 0.9em;
}

footer .footerBottom a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footerBottom a:hover {
    color: #1abc9c;
}