.body-content h2 {
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 15px;
}

.body-content h3 {
    font-weight: bold;
    font-size: 1.4em;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 15px;
}

.body-content h5 {
    font-weight: bold;
    font-style: italic;
    margin-top: 1.2em;
    margin-bottom: .5em;
}

hr {
    margin: 3em;
}

span.emphasized {
    font-style: unset;
}

p.emphasized {
    font-size: 1.3em;
    font-style: italic;
}

.emphasized {
    font-weight: bold;
}

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

img.ringImage {
    margin: 30px auto;
    display: block;
}

.ringPhotos {
    display: flex;
    justify-content: space-evenly;
}

.ringPhoto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.lifetimeMembersSection,
.recipientsSection {
    display: flex;
    justify-content: space-between;
}