.App{text-align:center}h1{font-size:2.5rem;margin-bottom:2rem}.note-input{margin-bottom:1rem}.note-input input{font-size:1.2rem;margin-right:1rem;padding:.5rem}.note-input button{background-color:#2ecc71;border:none;border-radius:3px;box-shadow:0 2px 4px #0000004d;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s ease}.note-input button:hover{background-color:#27ae60}.note .node-list{list-style:none;padding:0}.note-list li{align-items:center;background-color:#f5f5f5;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem}.note-list li button{background-color:#e74c3c;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:.25rem .5rem}.note-actions{display:flex;gap:.5rem}.note-actions button:nth-child(2){background-color:#3498db}.changeTheme{align-items:end;display:flex;justify-content:end}body.light{background-color:#fff;color:#000}body.dark{background-color:#1e1e1e;color:#f5f5f5}button{cursor:pointer;margin:5px;padding:5px 10px}.footer{color:gray;display:flex;flex-direction:column;font-size:.7rem;justify-content:end;padding:1rem;text-align:center}.toast{background-color:#4caf50;border-radius:5px;box-shadow:0 0 10px #0003;color:#fff;font-weight:700;padding:1rem 1.5rem;position:fixed;right:1rem;top:1rem;transition:opacity .3s ease-in-out;z-index:1000}.dark .toast{background-color:#2e7d32}.light .toast{background-color:#4caf50}
/*# sourceMappingURL=main.7feb08cc.css.map*/