body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.dark-mode{background-color:#000}.dark-mode h1{color:#fff}.App{margin-left:auto;margin-right:auto;max-width:960px;min-height:100vh;padding-left:15px;padding-right:15px}.notes-list{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.note{background-color:#fef68a;border-radius:10px;flex-direction:column;min-height:170px;padding:1rem;white-space:pre-wrap}.note,.note-footer{display:flex;justify-content:space-between}.note-footer{align-items:center;flex-direction:row}.note.new-note,textarea{background-color:#67d7cc}textarea{border:none;resize:none}textarea:focus{outline:none}.button{background-color:#e1e1e1;border:none;border-radius:15px;padding:5px 10px}.button:hover{background-color:#ededed}.button:hover,.delete-icon:hover{cursor:pointer}.search{align-items:center;border-radius:10px;display:flex;margin-bottom:1.5em;padding:5px}.search,.search input{background-color:#e9e9e9}.search input{border:none}.search input:focus{outline:none}.header{align-items:center;display:flex;justify-content:space-between}
/*# sourceMappingURL=main.e7e747de.css.map*/