.d-b-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d-n-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}