.navbar-custom{
    background-color: rgba(7, 159, 75, 0.884) !important;
}

.help-block{
    color: #e92c2c !important;
}

.btn-group-center {
    border-radius: var(--bs-border-radius);
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (min-width: 1200px){
    .container {
        max-width: 90% !important;
    }
    .modal-lg, .modal-xl {
        --bs-modal-width: 75%;
    }
}