
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #14090b;
        background-image: url("../assets/img/bg/1787585709_bg_8acb91b96a8690d2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
        display: flex;
    flex-direction: column;
}

.card-modern {
    background: linear-gradient(135deg, #141014, #1e1620);
    border: 1px solid #ffd500 !important;
    color: #f2ede7;
}

.header {
    background-color: #610000 !important;
    color: #fff3d6 !important;
}

.section-title {
    color: #ffd500;
}

.btn-primary {
    background-color: #e4212a;
    border-color: #e4212a;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #c21c24 !important;
    border-color: #c21c24 !important;
    color: #ffffff !important;
}

.section-title::after {
    border-bottom: 2px dashed #ffd500;
}

.marquee-bar {
    background-color: #ffd700 !important;
}

.marquee-track {
    color: #1a1a1a !important;
}
