p {
    white-space: pre-line;
}

body {
    font-family: Halvetica, 'Times New Roman', Times, serif;
    text-align: center;
    background-color: #ffffff;
}
.banner {
    background-color: #830c03;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 1000;
}


.banner h1 {
    margin: 0;
    font-size: 2.5em;
}

.banner p {
    margin: 5px 0;
    font-size: 1.2em;
}
.headline {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
h1 {
    font-size: 32px;
    color: rgb(255, 250, 234);
    text-align: center;
}

h2 {
    font-size: 24px;
    color: rgb(139, 0, 0);
    text-align: left;
}

h3 {
    font-size: 24px;
    color: rgb(139, 0, 0);
    text-align: left;

}
h4 {
    font-size: 24px;
    color: rgb(139, 0, 0);
    text-align: left;

}
h5 {
    font-size: 24px;
    color: rgb(139, 0, 0);
    text-align: left;

}
h6 {
    font-size: 24px;
    color: rgb(139, 0, 0);
    text-align: left;

}


#map {
    height: 500px;
    width: 100%;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

