body {
    font-family: 'Noto Sans', sans-serif;
        sans-serif;
        background-color: black;
}

a {
    text-decoration: none;
  }
  
 /* A link that has not been visited */
a:link {
    color: gray;
}
/* A link that has been visited */
a:visited {
    color: #ce202c;
}
/* A link that is hovered on */
a:hover {
    color: #ce202c;
}
/* A link that is selected */
a:active {
    color: white;
}

h3 {
    color: white;
}

.missionblurb {
line-height: 1.5em;
}

.service_header {
    color: white
}

.services_names {
    color: white;
    font-size: 1.4rem;
}

.bodywhite {
    color:white;
}

.bodylgitalic {
    font-size: 1.4em;
    font-style: italic;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.whitebkgrd {
    background-color: white;
}

.years-titles {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em; 
    text-align: center;
}

.footer {
    background-color: black;
}

.footers {
    font-size: 1.5rem;
    color: white;
    text-align: center;
}

.rights {
    color:white;
    text-align: center;
    font-size: .7rem;
}