.popup{
    font-size: 15px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    z-index: 90000000;
}

.popup a{
    text-decoration: none;
    color: #000;
} 

#close-popup{
    float: right;
    margin-top: -10px;
    margin-right: -5px;
    font-size: 18px;
}

.popup-text img{
    width: 40%;
    height: auto;
    margin-top: 15px;
}

.blur{
    padding: 18px;
    background-color: rgba(75, 75, 75, 0.9);
    backdrop-filter: blur(10px);
    height: auto;
}




footer center img:first-child{
    width: 80%;
    margin: 0% 10%;
}

@media (max-width: 450px){

    footer center img:first-child,
    footer center img:nth-child(2)
    {
        width: 100%;
        margin: 2% 0%;
    }
    
    }