.Articles {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
