a.navbar-brand {
    color: white;
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: white !important;
    text-decoration: none;
    white-space: nowrap;
}

a.navbar-brand {
    color: white !important;
}

body {
    background-color: rgba(0, 0, 0, 0.226);
    background-blend-mode: darken;
}

.col-md-8 {
    color: aliceblue;
    font-size: 40px;
}

section .row {
    margin-bottom: 4rem;
    color: aliceblue;
    font-size: 40px;
    background-color: rgba(46, 25, 11, 0.7);
    padding: 10px;
    border-radius: 30px;
    border: 2px solid white;
}

footer .row {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    color: inherit;
    font-size: inherit;
}

p {
    font-size: 20px;
}

input, textarea {
    font-size: 20px;
    border: 2px solid black;
    border-radius: 8px;
}

    input:focus:valid {
        background-color: rgb(183, 248, 118);
    }

    input:focus:invalid {
        background-color: rgb(247, 129, 129);
    }

.mb-2_w-100, .mb-3_w-100, .mb-1_w-100 {
    margin-left: 250px;
}

.btn_btn-primary_w-100 {
    margin-left: 330px;
    width: 100px;
    border-radius: 15px;
    height: 50px;
    font-size: 20px;
}

.text {
    font-size: 20px;
}


label {
    margin-top: -50px;
}

footer.site-footer {
    flex-shrink: 0;
    background: linear-gradient(to right, #1a1a1a, #0a0a0a);
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

footer h5 {
    color: #d4af37;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

    footer h5::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: linear-gradient(90deg, #d4af37, transparent);
    }

footer .footer-link {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 0;
}

    footer .footer-link:hover {
        color: #d4af37;
        transform: translateX(5px);
    }

footer p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
}

.text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .site-footer .row > div {
        text-align: center;
    }

    footer h5::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
