/* 
 Style of Contact page template
*/

#contact {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
#contact .title:not(.subpage) {
    padding: 3rem 0 0;
}
#contact .intro {
    padding: 0;
}