.portfolio {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.sad {
    color: white;
}
.tear {
    color: white;
    padding: 1rem;
    text-align: center;
    font-size: 10rem;
}

.filler-porto {
    height :40rem;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


