/* Debug line */
/* * {
    outline: red dashed 1px;
} */

.bg-lila {
    --bs-bg-opacity: 1;
    background-color: #2e2b48 !important;
}

.bg-yellow {
    --bs-bg-opacity: 1;
    background-color: #ffc107 !important;
}

.bg-orange {
    --bs-bg-opacity: 1;
    background-color: #fd7e14 !important;
}

.navbar-brand {
    font-size: 2rem;
}

.navbar .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    color: white;
}

.card-block {
    display: block;
}

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