.body-content h2 {
    font-family: 'Times New Roman', serif;
    font-size: 3.2em;
    text-align: center;
}

hr {
    margin: 50px;
}

.jamesCashSection {
    display: flex;
}

.jamesCashBio {
    flex-grow: 1;
    margin: 20px;
}

.jamesCashBio p {
    margin: 20px;
}

.allStarSection p {
    font-weight: bold;
    font-style: italic;
}

.allStarSection h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.allStarSection .teamList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.allStarSection ul {
    margin: 30px 50px;
}

.nflHallOfFameSection p {
    font-weight: bold;
}

.nflHallOfFameSection ul {
    list-style: circle;
    padding-left: 40px;
    margin-top: 20px;
}

.notesSection h3 {
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
}

.notesSection ul {
    list-style: disc;
    padding-left: 40px;
    margin-top: 20px;
}

.inductees2013Section {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
 }

.inductees2013Section ul {
    margin-top: 20px;
    font-weight: bold;
}