@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap);*{background-color:#06091e;box-sizing:border-box;padding:0}*,body{margin:0}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.note-container{height:100%}.note-container h2{color:#f0f8ff;font-family:Dancing Script,cursive;font-size:25px;margin-bottom:20px}.note-container_notes{display:flex;flex-wrap:wrap;gap:20px;height:90%;overflow-y:scroll}.note{background-color:beige;border-radius:30px;display:flex;flex-direction:column;height:300px;padding:25px;width:250px}.note_text{border:none;flex:1 1;font-size:1rem;line-height:1.8rem;outline:none;resize:none}.note_footer,.note_text{background-color:transparent}.note_footer{align-items:center;display:flex;justify-content:space-between}.App{display:flex;gap:20px;height:100vh;padding:40px}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background-color:transparent}.custom-scroll::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:20px;-webkit-transition:.3s;transition:.3s}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:grey}.sidebar{display:flex;flex-direction:column;gap:40px}.sidebar img{cursor:pointer;width:60px}.sidebar_list{align-items:center;display:flex;flex-direction:column;gap:20px;height:0;transition:.3s}.sidebar_list_active{height:300px}.sidebar_list_item{border-radius:50%;height:25px;list-style:none;width:25px}
/*# sourceMappingURL=main.4d8ae9ee.css.map*/