body::before {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('/static/fire_bg.jpg') center/cover no-repeat;
    opacity: 0.12;
    z-index: -1;
    pointer-events: none;
}
