html, body {
    min-height: 100%;
}

body {
    background:
        linear-gradient(rgba(10, 14, 24, 0.55), rgba(10, 14, 24, 0.55)),
        url("/img/custom/bg.jpg") center center / cover no-repeat fixed,
        #0f172a;
}
