* {background-color: white ;
}
header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: black;
}
.topimg {
    text-align: center;
    max-width: 100%;
    align-items: center;
   
}
div.navbar {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: black;
    background-color: rgb(255, 255, 255);

}
h1{
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: orangered;

}
p {
    text-align: center;
    font-size: 20px;
    color: black;
}
h2 {
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: orangered;
}
p {
    text-align: center;
    font-size: 18px;
    color: black;
}
div.list {
    text-align: center;
    font-size: 20px;
    color: black;
}
ul {
    text-align: center;
    font-size: 18px;
    color: black;
}
li {
    font-size: 18px;
    color: black;
}footer {
    text-align: center;
    font-size: 14px;
    color: gray;
    background-color: lightblue;
}
.services {
    margin: 0 auto;
    width: 20%;
}
.areas {
    margin: 0 auto;
    width: 10%;
}
.veterans {
    margin: 0 auto;
    width: 10%;
}