@import url(https://fonts.googleapis.com/css2?family=Handlee&display=swap);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}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#646464,#0a0a0a);display:flex;flex-direction:column;min-height:100vh;transition:all 5s}.heading{align-items:center;color:#d2ff72;font-family:Handlee,cursive;font-size:40px;height:160px;justify-content:center;text-shadow:2px 2px 7px #000}.container,.heading{display:flex;padding:0;width:100%}.container{height:100%;margin-top:0;position:relative}.container,.container .notes{align-items:flex-start;flex-wrap:wrap;justify-content:flex-start}.container .notes{display:flex;gap:50px;padding:50px}.container .notes .note{align-items:center;background:#f7e89d;box-shadow:4px 4px 10px #000;display:flex;font-family:Handlee,cursive;font-size:large;height:300px;justify-content:center;padding:20px;position:relative;width:300px}.container .notes .note:before{align-items:center;background:#00000026;bottom:0;content:"Double Click To Remove This Note";display:flex;font-size:.85em;justify-content:center;left:0;opacity:0;padding:3px;position:absolute;transition:.5s;width:100%}.container .notes .note:hover:before{opacity:1}#create{align-items:center;background:#656565;box-shadow:4px 4px 10px #000;color:#fff;cursor:pointer;display:flex;font-size:6em;height:300px;justify-content:center;position:relative;width:300px}#create i{position:absolute}.createBox{height:300px;position:relative;width:300px;z-index:1000}.createBox textarea{font-size:.2em;height:300px;left:0;outline:none;padding:20px;position:absolute;resize:none;top:0;width:300px}.details h3{font-family:Handlee,cursive;font-size:1.45em;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=main.e8dd90ec.css.map*/