.eoh-background-flou {
    position: relative;
    background-color: rgba(13, 13, 13);
    backdrop-filter: blur(10px);
}

#footer_logo{
        background-image: url('../img/eoh_logo.jpg');
        background-size: contain;
        background-repeat: no-repeat;
        align-self: center;
        background-position: center; 
        height: 150px;   
}
