.body{
  font-family:  sans-serif!important;
}

.event-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.event-card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.event-date {
    font-size: 1.2rem;
    font-weight: bold;
    color: #E41937;
}

.event-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0d1370;
    margin-bottom: 10px;
}

.event-description {
    font-size: 1rem;
    color: #555;
    margin-top: 20px;
}

.event-icon {
    color: #ff5722;
    margin-right: 5px;
}


