.overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:50;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 10px 15px rgba(0,0,0,.1);max-width:24rem;width:100%}.popup h2{font-size:1.25rem;font-weight:600}.popup h2,.popup p{margin-bottom:1rem}.popup button{padding:.5rem 1rem;background-color:#08283b;color:#fff;border:none;border-radius:.25rem;cursor:pointer}.popup button:hover{background-color:#061c2b}