/* Simple CV spacing improvements */
h5 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

/* Add some extra space after job descriptions */
h5 + p {
    margin-bottom: 1.5rem;
}
