Bu şekilde dener misin hocam?

.body::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background-image: url(resim.jpg);
    opacity: 0.5;
}