.d-none {
    display: none;
}
.d-flex {
    display:flex;
    flex-wrap: wrap;
}

.flex-end {
    justify-content: end;
}

.text-center {
    text-align: center;
}