*{padding:0;box-sizing:border-box;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{width:100%;min-height:100vh;background:#e5e5e5}.app{justify-content:center;align-items:center;width:500px;min-height:500px;margin:5rem auto;padding-top:2rem;border-radius:10px;box-shadow:10px 10px 13px rgba(0,0,0,.13333333333333333),-10px -10px 13px hsla(0,0%,100%,.4666666666666667)}.app,h2{text-align:center}h2{font-size:2em;color:teal;margin-top:50px;margin-bottom:20px;text-transform:capitalize}.heading{font-size:2rem;background-color:#d4d4d4}input{border-radius:10px;margin:20px;height:40px;width:18rem;border:none;outline:none;padding:10px;transition:all .2s ease-in-out}input:focus{-webkit-transform:scale(1.1);transform:scale(1.1)}button{font-size:1rem;width:2.2rem;height:2.2rem;border-radius:10px;outline:none;border:none;cursor:pointer}.btn-add{width:2rem;margin-left:15px;letter-spacing:2px;cursor:pointer;box-shadow:-5px -5px 5px hsla(0,0%,100%,.4666666666666667),5px 5px 5px rgba(0,0,0,.13333333333333333)}.btn-add:hover{background-color:#bdbdbd;-webkit-transform:scale(1.1);transform:scale(1.1)}.todos{list-style:none;margin-top:1rem}li{margin-bottom:.5rem;text-transform:capitalize}.todo{display:flex;justify-content:flex-start;align-items:center;text-align:start;width:100%;background-color:#d4d4d4;-webkit-animation:mymove 1s;animation:mymove 1s;position:relative;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.todo h4{width:75%;margin-left:1rem}.complete{text-decoration:line-through;font-size:1rem;color:#b42e06}.notcomplete{text-decoration:none;font-size:1rem;color:teal}.buttondiv{display:flex;justify-content:space-around;width:25%;align-items:center}.fa{color:#940707;font-size:1.5rem}.checked{width:1.5rem;height:1.5rem}@-webkit-keyframes mymove{0%{left:-5px}to{left:0}}@keyframes mymove{0%{left:-5px}to{left:0}}
/*# sourceMappingURL=main.6129d512.chunk.css.map */