*{box-sizing:border-box;margin:0;padding:0}.notes_wrapper{min-height:100vh;width:100vw}.dark_mode{background-color:#242424}.dark_mode h1{color:#f8f8f8}.container{font:400 1rem/24px sans-serif;margin:auto;max-width:1170px;width:90vw}h1{font:700 38px/40px sans-serif}.header{align-items:center;display:flex;justify-content:space-between;padding:2rem 0}.notes_list{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.note{background-color:#fef68a;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;min-height:170px;overflow:hidden;padding:1rem;white-space:pre-wrap}.note.new{background-color:#67d7cc}.note_footer{align-items:center;display:flex;justify-content:space-between}.delete_icon{cursor:pointer}textarea{background-color:#67d7cc;border:none;resize:none}textarea:focus{outline:none}.save{background-color:#e1e1e1;border:none;border-radius:15px;padding:5px 10px}.save:hover{background-color:#ededed;cursor:pointer}.search{align-items:center;border-radius:20px;display:flex;gap:5px;margin-bottom:1.5rem;padding:10px}.search,.search input{background-color:#e9e9e9}.search input{border:none;font:400 15px/20px sans-serif;width:100%}.search input:focus{outline:none}
/*# sourceMappingURL=main.a2012a80.css.map*/