body {
    background: #E7EEF6;
}

.about-container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.about-image {
    text-align: center;
}

.about-description {
    text-align: justify;
    color: #6c757d;
    /* Dark gray text color */
}

.page-title {
    font-size: 30px;
    font-weight: bold;
    color: #0070B8;
    margin-bottom: 20px;
}