body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    background: #c4a277;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    margin: 0;
}

section {
    padding: 20px;
    margin: 20px;
}

footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: #fff;
}
header {
    text-align: center;
    padding: 0;
    margin: 0;
}
header h1 {
    font-family: 'Milonga', sans-serif; /* Replace with your chosen font */
    background-color: #c4a279; /* Replace with a color that matches the banner */
    color: #001626; /* Or any color that contrasts well with the background */
    padding: 10px;
    margin-top: -5px; /* Adjust as needed to align with your banner image */
}


.header-container {
    display: flex;
    align-items: center; /* This will vertically center the items */
    padding: 10px; /* Add padding as needed */
}

.banner-image {
    max-width: 100%;
    height: auto;
    /* Adjust the width of the banner image as needed */
    width: 175px; /* Replace [YourBannerWidth] with the actual width */
}

.header-text {
    font-family: 'Milonga', serif;
    font-size: 24px; /* Adjust font size as needed */
    color: #001626; /* Or any color that contrasts well with the background */
    margin-left: 20px; /* Space between the image and text */
    background-color: #c4a279; /* Replace with a color that matches the banner */
}
