
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #b41949;
        background-image: url("../assets/img/bg/1765436764_bg_MC-BACKGROUND-PGWIN138-02--1.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
        display: flex;
    flex-direction: column;
}

.card-modern {
    background: #f610dd;
    color: #000000;
}

.header {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.section-title {
    color: #f610dd;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.section-title::after {
    border-bottom: 2px dashed #f610dd;
}
