.body {
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}
.header {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

strong {
    color: #000;
}

h1 {
    color: #2c3e50;
    font-size: 2.5em;
    margin-bottom: 10px;
    text-align: center;
}

.dates {
    text-align: center;
    color: #666;
    font-size: 0.95em;
    margin-bottom: 20px;
}

h2 {
    color: #34495e;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

p {
    margin-bottom: 15px;
    text-align: justify;
}

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

li {
    margin-bottom: 8px;
}

.contact-info {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #007bff;
}

.website-link {
    color: #007bff;
    text-decoration: none;
}

.website-link:hover {
    text-decoration: underline;
}

.email {
    color: #007bff;
    font-weight: 500;
}