.margin-x-auto,
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-5 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

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

.text-right {
    text-align: right !important;
}

.text-white {
    color: #eee !important;
}

.text-bold {
    font-weight: bold !important;
}

.center.menu {
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}