/* style_header.css */

/* Style de l'en-tête */
header {
    background-color: #0056b3;
    padding: 20px;
    text-align: center;
    color: white;
}

header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

header img {
    width: 150px;
    height: auto;
}