.event-section {
    background-color: #f0f8f0; /* Pale Green */
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.event-title {
    color: #b22222; /* Red */
    font-weight: bold;
}
.highlight {
    color: #b22222;
    font-weight: bold;
}
.event-card {
    border: none;
}
.event-img {
    width: 100%;
    border-radius: 10px;
}
.event-details {
    margin-top: 20px;
    font-size: 18px;
}
.countdown {
    font-size: 20px;
    font-weight: bold;
    color: #b22222;
}