/* About Page Styles */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

section {
    background-color: var(--secondary-background);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

section h2 {
    color: var(--primary-color);
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
}

section p {
    line-height: 1.6;
    margin-bottom: 15px;
}
