.modal{z-index:1000;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.modal__content{text-align:center;background-color:#fff;border-radius:8px;width:100%;max-width:500px;padding:20px;position:relative}.modal__buttons{justify-content:flex-end;gap:20px;display:flex}.modal__buttons .button{margin-bottom:0}
