

/* Body Styles */
.body-text-wrapper {
    display: flex;
    justify-content: center;
    height: 1500px;
}

.body-text-wrapper > .left-column {
    width: 300px;
}

.body-text-wrapper > .center-column {
    width: 300px;
}

.body-text-wrapper > .right.column {
    width: 300px;
}

h4 {
    text-decoration: underline;
    font-size: 2em;
}

h5 {
    color: #3c9a77;
    font-size: 1.5em;
    margin-left: 70px;
    margin-top: 50px;
}