body {
    font-family: Arial, sans-serif;
}

header {
    background: url('background.jpg') no-repeat center center;
    background-size: cover;
}

header h1 {
    font-size: 2.5rem;
}

header p {
    font-size: 1.2rem;
}

footer {
    background-color: #f8f9fa;
}

footer p {
    margin: 0;
}

.banner {
    margin-top: -1px; /* Remove the gap between the image and the banner */
}

iframe {
    border: 0;
    width: 100%;
    max-width: 600px;
    height: 450px;
}
