body {
    position: relative;
    background: url("https://i.postimg.cc/DwycDqLv/Chat-GPT-Image-14-2026-23-57-02.png") center/cover fixed no-repeat !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
    z-index: -1;
}