.modal{position:fixed;top:0;left:0;bottom:0;right:0;background-color:#000c;z-index:9999;display:flex;justify-content:center;align-items:center}.modal-content{background-color:#841212;border-radius:4px;padding:20px;width:80%;max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h3{margin:0}.modal-header button{border:none;background:none;cursor:pointer;font-size:1.5rem;color:#333;margin-left:10px}.modal-body{margin-bottom:20px}
