/* Static Pages */

/* About page */
#about-page {
    display:flex;
    flex-direction: column;
}

#about-page h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

#about-page .contact {
    margin-top: 1rem;
    outline: 2px solid black;
    padding: 2rem;
}
#about-page .contact a {
    color: currentColor;
}

/* Cats Page */
