body::before {
    image-rendering: optimizespeed;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: url("/assets/images/bg.png");
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    filter: blur(8px);
    transform: scale(1.1);
}