body {
    margin: 0;
    padding: 0;
    background-image: url("/images/city.jpg");
    height: 500px;
    background-position: center;
    background-repeat: repeat;
    background-size:743px 500px;
    font-family: Arial, sans-serif;
}

#header {
    /* background-color: #333; Set your desired header background color */
    color: white; /* Set your desired header text color */
    padding: 10px;
    text-align: center;
}

#logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* Set a fixed height for the logo container */
}

#logo {
    max-width: 100%;
    height: auto;
    max-height: 100%; /* Ensure the logo does not exceed the height of the container */
}

#email-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

#email-link img {
    width: 50px; /* Adjust the width as needed */
    height: 50px; /* Adjust the height as needed */
    margin-bottom: 10px; /* Add margin for spacing */
}
