/*

All you need to add is specifially css regarding this page

Use unique identifiers.

class="name" , .name{}

id="name" , #name{}


*/

main{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#mission{
   margin:auto;
    padding: 1em;
    border-radius: 3em;
    background-color: rgba(0, 0, 0, 0.33);
/*    border:solid white 1px;  */
}
    
#mission h2{
    text-align: center;
    color:white;
    text-shadow: 0px 0px 5px 5px black;
    
}


#serviceareas{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    
    width: 100%;
/*    height: 20em;*/
    
    
/*    border: solid white 1px;*/
}

#serviceareas h4{
    margin: auto;
/*    margin-left: 40%;*/
/*    margin-right: 50%;*/
    padding-bottom:1em;
    padding-top: 1em;
/*    padding-left: 10em;*/
    text-align: center;
    width:50em;
    
    background-color: aliceblue;
}


#map{
    width: 50em;
    height: 30em;
/*    border: solid white 1px;*/
    margin: auto;
    background-color: aliceblue;
}