.bg-dark {
    background-color: #063153 !important
}

.content-centered-x {
    position: absolute;
    left: 50%;
    transform: translate(0,-50%);
}
.btn-warning:not([href]), .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled), .btn-warning:not(label.btn), .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled) {
    background-color: #fdd240;
    border-color: #fdd240;
}

.badge-warning {
    background-color: #fdd240;
}

.navbar-brand, .navbar-brand>img {
    width: 12.5rem;
}

.text-warning {
    color: #fdd240 !important;
}

.min-h-450rem {
    min-height: 50rem;
}