/* about.css - Styles specific to about page */

h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #e0e0e0;   /* slightly darker white */
    text-align: center;
}

/* ... existing code ... */
.subtitle {
    text-align: center;
    font-size: 1.4em;
    color: #bbb;
    margin-bottom: 60px;
    font-style: italic;
}