.body {
    width: 100%;
    background-color: #AEC392;
    height: 100%;
    min-height: 1000px;
    overflow-x: hidden;
    /* margin: -10px; */
}

.title-image {
    display: block;
    margin: auto;
    height: auto;
    max-height: 400px;
    width: auto;
    max-width: 400px;
    object-fit: contain;
    object-position: center;
}

.body-div {
    /* display: flex; */
    font-display: auto;
}

.body-h1 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 45px;
}

.body-h2 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 35px;
    margin-left: 5%;
    margin-right: 5%;
}

.body-p {
    font-family: 'caslon-antique', sans-serif;
    font-size: 25px;
    object-position: center;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-h1 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 45px;
}

.main-h2 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 35px;
}

.main-p {
    font-family: 'caslon-antique', sans-serif;
    font-size: 25px;
    object-position: center;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.row {
    display: flex;
}

.column {
    flex: 50%;
    margin-bottom: 50px;
}

.body-bottom-spacer {
    height: 50px
}

hr {
    border: 1px dashed #593A26;
}

.body-center-h1 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 45px;
    color: #000000;
    text-align: center;
}

.body-center-h2 {
    font-family: 'caslon-antique', sans-serif;
    font-size: 35px;
    color: #000000;
    text-align: center;
}