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}.header{display:flex;align-items:center;justify-content:space-between}.dark-mode{background-color:#000}.dark-mode h1{color:#fff}.container{max-width:960px;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;min-height:100vh}.notes-list{display:grid;row-gap:1rem;column-gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));font-size:18px}.note.new{background-color:#67d7cc}textarea{border:none;resize:none;background-color:#67d7cc;font-size:18px}textarea:focus{outline:none}.save{background-color:#e1e1e1;border:none;border-radius:15px;padding:5px 10px;font-weight:700}.save:hover{background-color:#ededed;cursor:pointer}.note{background-color:#fef68a;border-radius:10px;padding:1rem;min-height:170px;display:flex;flex-direction:column;justify-content:space-between;white-space:pre-wrap}.note-footer{display:flex;align-items:center;justify-content:space-between;font-size:17px}.delete-icon{cursor:pointer}.search{display:flex;align-items:center;background-color:#e9e9e9;border-radius:10px;padding:5px;margin-bottom:1.5em}.search input{border:none;background-color:#e9e9e9;font-size:16px;width:100%}.search input:focus{outline:none}
