.translating-content {
    filter: blur(3px);
    opacity: 0.2;
}

body.translating-content {
    position: relative;
    overflow-y: hidden;
    opacity: .3;
    pointer-events: none;
    background-image: url('https://grocerystoreproject.com/wp-content/themes/a-b-testing/images/Eclipse-1s-200px.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    filter: blur(20px);
    transition: all .1s ease;
}
