*{margin:0;padding:0;box-sizing:border-box;transition:.3s}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{width:100%;height:100vh;background:#273c75;color:#fff;display:flex;justify-content:center;align-items:center}.title{text-align:center;letter-spacing:5px;text-transform:uppercase;padding:10px}.button-style{padding:10px 15px;border:none;border-radius:20px}.password-gen-area{display:flex;flex-direction:column;align-items:center}.password-generator{width:350px;height:450px;background:#192a56;display:flex;flex-direction:column;box-shadow:2px 3px 8px #fff;padding:20px;border-radius:15px}.password-generator>div:first-of-type{flex:.3;height:30%}.password-generator>div:last-of-type{flex:.7;height:70%}.password{height:40px;display:flex;justify-content:space-between;gap:10px;margin-top:5px}.password .password-field{color:#fff;background:#4a628a;flex:1.5}.copy-button{flex:.6;background:#d2e0fb;cursor:pointer}.disabled{opacity:.5;cursor:not-allowed}.generate-button-area{display:flex;justify-content:center;width:100%}.generate-button{width:100%;background:#eef5ff;color:#000;font-size:.9rem;font-weight:700;text-transform:uppercase;margin-top:10px;cursor:pointer;border:1px solid #192a56;outline:1px solid #eef5ff}.generate-button:hover{background:#dde6ed;width:95%}.generate-button:active{width:100%;background:#eef5ff}.history{height:100%;display:flex;flex-direction:column}.password-list{height:100%;overflow-y:auto}
