/*& existing (being changed) */
/*~ change margin and padding on content div for the page */
.content-div {
    margin: 1rem 0;
    padding: 0 1rem 1rem;
}

/*~ decrease the height of titles for this page since they're super wide and don't need more lines */
.title-div {

    height: 4rem;

}