.history {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.history-text {
    background-color: #2a2a2a;
    border-left: 5px solid #00AAAA;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    color: #e5f9f9;
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    font-size: 1.1rem;
    border-left: 5px solid #00AAAA;
}

.history-text h2 {
    color: #00AAAA;
    font-size: 2.3rem;
    margin-bottom: 2rem;
    text-align: center;
}

.history-text p {
    margin-bottom: 2.5rem;
}

.history-text strong {
    color: #00AAAA;
    font-size: 1.2rem;
    display: block;
    margin-bottom: -20px;
}
