body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #f9f9f9;
}

.container {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

h1 {
    text-align: center;
    margin-bottom: 5px;
}

.contact-info {
    text-align: center;
    font-size: 0.95em;
    margin-bottom: 5px;
}

.links {
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 30px;
}

h2 {
    border-bottom: 2px solid #0056b3;
    padding-bottom: 5px;
    margin-top: 30px;
    color: #0056b3;
    font-size: 1.2em;
    text-transform: uppercase;
}

h3 {
    margin-bottom: 2px;
    margin-top: 20px;
    font-size: 1.05em;
}

.date-location {
    float: right;
    font-weight: normal;
    color: #555;
    font-size: 0.95em;
}

ul {
    margin-top: 5px;
    padding-left: 20px;
}

li {
    margin-bottom: 5px;
}

.counter-section {
    text-align: center;
    margin-top: 40px;
    padding: 15px;
    background: #eef2f7;
    border-radius: 5px;
    font-weight: bold;
}

a {
    color: #0056b3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .date-location {
        float: none;
        display: block;
    }
}