/* About Me Section */
#about {
    background: linear-gradient(135deg, #F5F6F5 0%, #FDFDFB 100%);
    text-align: center;
}

#about h2 {
    font-size: 2.8em;
    color: #006666;
    margin-bottom: 25px;
    font-weight: 700;
}

#about img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #006666;
    margin-bottom: 20px;
}

#about p {
    font-size: 1.2em;
    max-width: 700px;
    margin: 0 auto;
}