/* Body Styles */
.body-text-wrapper {
    display: flex;
    justify-content: flex-start;
    height: fit-content;
    padding-top: 50px;
}

.body-text-wrapper > .left-column {
    width: 400px;
    padding: 10px 80px 10px 30px;
}

.body-text-wrapper > .center-column {
    width: 300px;
    padding: 10px 50px;
}

.body-text-wrapper > .center-column > .code {
    font-family: "Cutive Mono", monospace;
    font-weight: 400;
    font-style: normal;
    color: grey;
}

.body-text-wrapper > .right-column {
    width: 300px;
    padding: 10px 50px;
}

.body-text-wrapper > .right-column > .code {
    font-family: "Cutive Mono", monospace;
    font-weight: 400;
    font-style: normal;
    color: grey;
}

h4 {
    text-decoration: underline;
    font-size: 2em;
}

h5 {
    color: #926f98;
    font-size: 1.5em;
}