.screen-blur {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    gap: var(--p3);


    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-color: var(--black);
    opacity: 0.75;
    color: var(--white);
}