#results {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#results > * {
    width: 250px;
    height: 375px;
    margin: 16px;
}