/* About page specific styles */

/* About page structure styles */
.about-section {
    margin: 20px auto;
    text-align: left;
    max-width: 1000px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 20px;
}

.about-section h3 {
    margin-top: 0;
    color: #ffffff;
    font-size: 1.5em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

.about-section p {
    line-height: 1.6;
    margin: 15px 0;
}

.about-section ul {
    margin: 15px 0;
    padding-left: 20px;
}

.about-section li {
    margin: 8px 0;
}
