/* About Page Styles */
.about-content {
    grid-template-columns: 150px 1fr;
    gap: 2rem;
}

.about-content p {
    margin-bottom: 0.5rem;
}

.about-date {
    color: #666;
    font-family: monospace;
    margin-bottom: 1rem;
}

.about-image {
    max-width: 100%;
    height: auto;
    margin: 2rem auto;
    border-radius: 8px;
    display: block;
}