.bannerevents {
    background: linear-gradient(#545455d8, rgba(255, 255, 255, 0.3)), url(./img/bannevents.jfif);
    height: 320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white
}

.event {
    column-width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 20px;
}

.eventpictures {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 90%;
}

.event h3{
    border-bottom: 5px solid #ffc451;
    border-radius: 10px;
    text-align: center;
}
.eventpictures img,
video {
    height: 250px;
    border-radius: 15px;
    filter: drop-shadow(2px 2px 15px #ffc451);
}