body {
    flex-flow: column nowrap;
}

.card {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
