#dreamfire-body{
    background-color:#000;
    text-transform: uppercase;
}

.background-image{
    background:
            linear-gradient(rgba(0,0,0,.91), rgba(0,0,0,.91)),
            url("/images/background/background.png")
            center / cover no-repeat fixed;
    min-height:100vh;
    position:relative;
    z-index:0;
}
.background-image::before,
.background-image::after{ content:""; pointer-events:none; }

:where(a,button,.nav-link):focus-visible{
    outline:2px solid #D35100;
    outline-offset:2px;
}