* {
    margin-left: auto;
    margin-right: auto;
}

body {
    background-image: url("http://breakthroughcbh.com/wp-content/uploads/2021/11/white-flower-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.navItem {
    color: white;
}

ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size:30px;
}

h3 {
    font-size: 25px;
}

section {
    margin-left: 15%;
    margin-right: 15%;
}

.mapLink {
    color:blue;
}

form {
    margin-bottom: -5%;
}