.totalWidth {
    width: 600px;
}

.flex-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-item {
    padding: 5px;
    margin: auto;
}
