﻿.about-section {
    margin: 2rem auto;
    max-width: 1000px;
    padding: 20px;
    line-height: 1.8;
}

    .about-section h1,
    .about-section h2,
    .about-section h3 {
        color: #003366;
        margin-top: 30px;
    }

.static-image {
    text-align: center;
    margin: 20px 0;
}

.timeline {
    border-left: 3px solid #007bff;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.timeline-item {
    margin-bottom: 20px;
    position: relative;
}

    .timeline-item::before {
        content: '🗓️';
        position: absolute;
        left: -28px;
        top: 0;
        font-size: 18px;
    }

.timeline-year {
    font-weight: bold;
    font-size: 1.2em;
    color: #007bff;
}

.timeline-event {
    margin-left: 5px;
}