body {
    margin: 0;
    color: white;
}
.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    height: 3rem;
    background-color: #40677E;
    padding: 0 2rem;
}
.navRight {
    width: 15rem;
    display: flex;
    justify-content: space-between;
}
/* button {
    border: none;
    border-radius: 1rem;
    color:black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: antiquewhite;
  } */
.bodyContainer {
    color: #40677E;
}
img {
    width: 100%;
    height: 100%;
    margin: 0;
}
h1 {
    text-align: center;
    margin: 0;
}
h5 {
    text-align: center;
    margin-top: -0.2rem;
}
h4 {
    text-align: center;

}
.featureSection {
    /* height: 40vh; */
    display: flex;
    justify-content: space-around;
    background-color: beige;
}
.section {
    background-color: #F5F5DC;
    padding-top: 5rem;
    color: #40677E;
}
