/* Add this to your existing CSS or create a new CSS file */

.about-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif; /* Use a common sans-serif font */
    background-color: white;
}

.about-title {
    font-size: 28px; /* Larger title font size */
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: justify; /* Justify text */

}

.about-text {
    font-size: 18px; /* Larger text font size */
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
    text-align: left;
    text-align: justify; /* Justify text */

}
