.popUp_container{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.053);backdrop-filter:blur(5px) brightness(.9);-webkit-backdrop-filter:blur(15px) brightness(.9);display:flex;justify-content:center;align-items:center;margin:0;top:0;left:0;z-index:500}.popUp_container .X{padding:1em;font-size:1.5rem;cursor:pointer}.popUp_container .wrapper{background:var(--white);border-radius:14px;width:60%;height:auto}