.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex > * {
    margin: 20px;
}
