.basic_paragraph {
    flex: 1; /* Grow to take up all the remaining space, pushing the footer to the bottom */
    width: 90%; /* Dynamically adjust width for responsiveness */
    max-width: 800px; /* Limit maximum width */
    margin: 0 auto; /* Center horizontally with some vertical margin */
    /*!*padding: 20px; !* Add spacing *!*!*/
    /*box-sizing: border-box; !* Include padding in width calculations *!*/
    /*display: flex;*/
    /*flex-direction: column; !* Stack content in the `.basic_paragraph` section *!*/
    /*justify-content: flex-start; !* Keep content aligned to top *!*/

}

.basic_paragraph p {
    line-height: 1.5;
}