html{margin:0;padding:0;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-family:Inter,sans-serif}button{font-family:Inter,sans-serif;cursor:pointer;border:none;padding:10px 20px;border-radius:5px;background-color:#10b981;color:#fff}footer{color:#fff;padding:10px;font-family:Inter,sans-serif;position:fixed;bottom:0;text-align:center;width:100%}a{color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.body{background-color:#0f172a;color:"#fff"}.title{font-size:30px;font-weight:700;margin-bottom:20px;color:#fff}.delete-btn{background-color:#ef4444}.send-btn{background-color:#10b981;border-radius:5px;border:none;padding:10px 20px;color:#fff}.copy-btn{background-color:#f59e0b}#password{width:100%;padding:10px;border-radius:5px;border:1px solid #ccc;margin-bottom:10px;margin-top:2rem}#password:focus{outline:0;border:1px solid #10b981}#selectThis{margin-top:2rem;width:100%;padding:10px;border-radius:5px;border:1px solid #ccc;margin-bottom:10px}#selectThis:focus{outline:0;border:1px solid #10b981}