html {
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url(../images/5D4_0076_1web.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

body { min-height: 100%; }

div.fixed-grid { 
    background-color: rgba(50, 50, 50, 0.4); 
    backdrop-filter: blur(4px);
    border-radius: 1rem;
}

