body {
    filter: blur(10px) !important;
    transition: all 0.30s ease-in-out !important;
}

    body.loaded {
        filter: blur(0) !important;
    }
