.flex-container {
    display: flex;
    flex-direction: column;
}

.flex-item {
    margin: 5px;
}
