.highlight {
    color: #a42222;
    font-weight: 600;
}
.about-section {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}