.popup{
    position:fixed;
    z-index:666;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(var(--mrpoo-light-blue-rgb),0.9);
    top:0;right:0;bottom:0;left:0;
}