body{background-color:#fffba7;min-width:300px}.selection_box{display:flex}.addToDo{border:3px solid rgba(0,0,0,.288);display:inline-block;padding:10px;margin:10px;font-weight:800;color:rgba(0,0,0,.288);min-width:110px}.addToDo:hover{color:rgba(0,0,0,.712);border:3px solid rgba(0,0,0,.712);cursor:pointer}.list{margin:5px;display:flex;flex-wrap:wrap}@-webkit-keyframes popup{0%{transform:scale(.1)}to{transform:scale(1)}}@keyframes popup{0%{transform:scale(.1)}to{transform:scale(1)}}.To-Do{padding:10px;width:50%;margin:10px;box-shadow:5px 5px 10px rgba(0,0,0,.726);max-width:300px;min-width:200px;-webkit-animation:popup;animation:popup;-webkit-animation-duration:.2s;animation-duration:.2s}.title{height:35px;font-size:30px;border:none;border-bottom:2px solid #000;overflow:hidden}.description,.title{width:95%;background-color:initial;outline-style:none;resize:none}.description{font-size:20px;border:none;height:100px;overflow:auto}.description::-webkit-scrollbar{width:5px}.description::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.575);border-radius:5px}.description:focus{border:none}.right{display:flex;justify-content:flex-end}.done{text-decoration:line-through}.completed,.remove{padding:10px;margin:5px;border-radius:20px}.completed:hover,.remove:hover{cursor:pointer;transform:scale(1.2);transition-duration:.5s;background-color:hsla(0,0%,100%,.336)!important}@-webkit-keyframes popdown{0%{transform:scale(1)}to{transform:scale(.01)}}@keyframes popdown{0%{transform:scale(1)}to{transform:scale(.01)}}.del{-webkit-animation:popdown;animation:popdown;-webkit-animation-duration:.2s;animation-duration:.2s}
/*# sourceMappingURL=main.f231c2f7.chunk.css.map */