html,
body {
    background-image: url("images/index_bg.webp");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}