.event_button {
    background: #006a68;
    color: white;
    padding: 10px;
    border: solid #006a68;
}
.event_button:hover, .event_button:focus-visible {
    background: white;
    color: #006a68;
    border: solid #006a68;
}
.prowadzacy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.prowadzacy div {
    display: flex;
    width: 310px;
    flex-direction: column;
    align-content: flex-start;
    align-items: center;
}
.prowadzacy div img {
    border-radius: 9999px;
    width: 300px;
}