@import url(https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap);*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}input,textarea{outline:none;resize:none}.notes-list{display:flex;flex-wrap:wrap;margin:0;padding:10px}.app-header__title{align-content:center;font-family:Bungee Shade,cursive;font-size:50px;margin:10px 20px 0}.app-header__controls{align-items:center;display:flex;margin:10px 0 0 10px}.add-new,.search{font-size:14px;margin:8px;padding:5px}.search{flex-grow:1;max-width:300px}.add-new{background-color:#eee;border-radius:5px;cursor:pointer;font-weight:bolder;outline:none;padding:8px}.note{background-color:#ffffe0;border:1px solid grey;border-radius:5px;box-shadow:2px 2px 3px #d3d3d3;display:flex;flex-direction:column;font-family:Permanent Marker,cursive;height:300px;margin:10px;position:relative;width:300px}.note__description,.note__title{background:transparent;font-family:Permanent Marker,cursive;padding:8px 14px;width:100%}.note__title{font-size:16px;font-weight:700}.note__description{flex-grow:1;font-size:14px}.note__delete{color:#d3d3d3;font-size:20px;padding:5px;position:absolute;right:0;top:0}.note__delete:hover{color:#000;cursor:pointer}#sticky-note,#sticky-note textarea{background-color:#ffffe0}#sticky-note textarea{border:none;margin:0;resize:none}#sticky-note button{background-color:#ffffe0;border:2px solid;border-radius:10px;color:grayscale;cursor:pointer;font-family:Permanent Marker,cursive;padding:5px}select{background-color:#eee;border:2px solid;border-radius:5px;cursor:pointer;font-weight:bolder;margin:20px;outline:none;padding:8px}
/*# sourceMappingURL=main.aa39705a.css.map*/