.informatics {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 2vw;
    font-size: 1.2vw;;
    margin: 4vw;
}

.ago {
    width: 30vw;
}

.green-button {
    background-color: #000;
    color: #ffffff;
    border: 0.2vw solid #00FF00;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    padding-top: 0.3vw;
    width: auto;
    height: auto;
    font-size: 1vw;
    display: inline-flex;
    text-decoration: none;
}

.arrow {
    font-weight: normal;
    color: #00FF00;
}
.header {
    display: flex;
}

.header_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
    font-size: 1.2vw;

}

.event_container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4vw;
}

.event {
    width: 15vw;
    height: auto;
    font-size: 1vw;
}
.event-link {
    text-decoration: none;
    color: inherit;
}
.event-link .event {
    cursor: pointer;
}

.button {
    margin: 2vw;
    align-items: center;
    justify-content: center;
    display: flex;
}

.event_container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3vw;
    margin: 2vw;
}

.event {
    width: 15vw;
    height: auto;
    font-size: 1vw;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.arrow {
    font-weight: normal;
    color: #00FF00;
}
.header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-img {
    width: 15vw;
    height: auto;

    border: 2px solid transparent;
    border-radius: 4px;

    opacity: 1;

    transition:
            opacity 0.35s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease,
            transform 0.3s ease;
}

.event-img.fade {
    opacity: 0;
}

.event-img:hover {
    border-color: white;
    box-shadow: 0 0 18px white;
}
