/* Paragraph box that sits to the right of the nav-box inside the flow */
.right-center-align-p-box {
    /* become the flexible right column next to the nav-box */
    max-width: calc(100% - (var(--nav-width) + var(--nav-gap)));
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 20px;
    font-family: "Bakersville", serif;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    text-align: left;
    margin-top: 24px;
}

.right-center-align-p-box-small-text {
    /* become the flexible right column next to the nav-box */
    max-width: calc(100% - (var(--nav-width) + var(--nav-gap)));
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 20px;
    font-family: "Bakersville", serif;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    text-align: left;
    margin-top: 24px;
}

.box2-how-they-began {
    font-family: "Bakersville", serif;
    font-size: 26px;
    padding: 20px;
    background: transparent;
    background-color: rgba(255, 255, 255, 0.5);
}