.bg-dark {
    background-color: black;
}

.rounded {
    border-radius: 1px; !important;
}
.text-white {
    --bs-text-opacity: 1;
    color: white !important;
}
.p-3 {
    padding: 1em!important;
}
.my-3 {
    margin-top: 3rem!important;
    margin-bottom: 1rem!important;
}
.align-items-center {
    align-items: center!important;
}

.d-flex {
    display: flex!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}

div {
    display: block;
}