html {
    overflow-x: hidden;
}

body {
    background-color: #FFF2EA !important;
}

.no-wrap {
    white-space: nowrap;
}

.gold-bar {
    height: 3px;
    background-color: #FFDDAE;
}

.modal {
    z-index: 9999;
}

.ending {
    margin-top: 2.5em;
}

.modal-content {
    background-color: #FFDDAE !important;
}

.btn-naida {
    background-color: #816D5C !important;
    color: antiquewhite !important;
}

.form-check-input {
    background-color: red !important;
}

    .form-check-input:checked {
        background-color: gold !important;
    }