
.helloWorld {
    color: #594f4d;
    font-size: 105px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.aboutContainer {
    display: flex;
    flex-direction: column;
    width: 685px;
    float: left;
}
.aboutRow {
    display: flex;
    margin: 0; /* Adjust spacing between rows */
    padding: 0;
}
.aboutColumn {
    flex: 1;
    text-align: justify;
    padding-left: 20px;
    height: auto;
}
/* Specific styling for the second row with 3 columns */
.aboutRow:nth-child(3) .aboutColumn {
    flex: 1 1 33.33%; /* Equal width for each column */
}