.modal-container{position:fixed;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-background,.modal-container{top:0;left:0;width:100%;height:100%}.modal-background{position:absolute;background:rgba(0,0,0,.5);cursor:pointer}.modal-content{position:relative;background:#fff;padding:20px;border-radius:8px;max-width:750px;width:90%;z-index:1001;max-height:90%;overflow-y:auto}