.equipes {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
}

.equipe1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 140px;
    justify-content: flex-end;
    width: 45%;
    color: rgb(0, 45, 169);
}

.equipe2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 140px;
    justify-content: flex-end;
    width: 45%;
    color: rgb(0, 45, 169);
}

.space {
    color: rgb(0, 45, 169);
    align-self: center;
    width: 10%;
}

.logo {
    height: 100px;
    display: flex;
}

.datesMatch {
    margin-bottom: 50px;
}