body, section::before{
    display: block;
    content: '';
    height: 60px;
}
/* need to add a media query for width of form at larger sizes like above 768px */
form{
    max-width: 75vw;
}

/* #Testimonial{
    font-size: 3rem;
}

#social {
    transform: scale(1.3);
} */

#map{
    text-align: center;
}
#map a {
    text-decoration: none;
    
}
