@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);.header{left:10px;position:absolute;top:30px}.title{color:#fff;font-size:3rem}.counter span{color:#fff;font-size:1rem}.btn{border:1px solid #000;border-radius:5px;color:#000;height:30px;margin:2px;width:60px}.status{display:flex;gap:20px;margin-top:130px}.status input{background:#fff;border:none;border-radius:20px;height:35px;padding:5px;width:160px}.todo-text{color:#fff;font-size:20px}.todo-text.done{text-decoration:line-through}.todo-list{align-items:start}.form-todo,.todo-list{display:flex;flex-direction:column}.form-todo{align-items:center;gap:10px;justify-content:space-around;margin-top:20px}.form-todo input{background:#fff;border:none;border-radius:20px;height:35px;padding:5px;width:160px}.form-todo button{border:none;border-radius:20px;padding:10px;width:90px}*{box-sizing:border-box;font-family:IBM Plex Mono,monospace;list-style:none;margin:0;padding:0}body{background:url(https://wallpapers.com/images/hd/new-york-night-digital-art-ksf51v8bdfado0m8.jpg) no-repeat;background-size:cover;height:800px;justify-content:center;margin-top:100px;position:relative}.App,body{align-items:center;display:flex;flex-direction:column}.App{background:#16151533;border:1px solid #fffc;border-radius:10px;box-shadow:0 0 10px 3px #e1e1e1;height:auto;justify-content:start;padding:20px;width:500px}.form{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:90%}.moon{animation:moon 3s infinite alternate;border-radius:50%;left:20px;position:absolute;top:-50px}@keyframes moon{0%{box-shadow:0 0 8px 8px #e1e1e1cc}5%{box-shadow:1px 1px 10px 10px #e1e1e1cc}10%{box-shadow:0 0 15px 15px #e1e1e1cc}15%{box-shadow:0 0 20px 20px #e1e1e1cc}20%{box-shadow:0 0 25px 25px #e1e1e1cc}25%{box-shadow:0 0 30px 30px #e1e1e1cc}30%{box-shadow:0 0 35px 35px #e1e1e1cc}35%{box-shadow:0 0 40px 40px #e1e1e1cc}40%{box-shadow:0 0 45px 45px #e1e1e1cc}45%{box-shadow:0 0 50px 50px #e1e1e1cc}50%{box-shadow:0 0 55px 55px #e1e1e1cc}55%{box-shadow:0 0 60px 60px #e1e1e1cc}60%{box-shadow:0 0 65px 65px #e1e1e1cc}65%{box-shadow:0 0 70px 70px #e1e1e1cc}70%{box-shadow:0 0 75px 75px #e1e1e1cc}75%{box-shadow:0 0 80px 80px #e1e1e1cc}80%{box-shadow:0 0 85px 85px #e1e1e1cc}85%{box-shadow:0 0 90px 90px #e1e1e1cc}90%{box-shadow:0 0 95px 95px #e1e1e1cc}95%{box-shadow:0 0 100px 100px #e1e1e1cc}to{box-shadow:0 0 105px 105px #e1e1e1cc}}@media (max-width:1400px){.App{width:450px}.moon{height:150px;width:150px}body{background:url(https://wallpapers.com/images/hd/new-york-night-digital-art-ksf51v8bdfado0m8.jpg) no-repeat;background-size:cover}}@media (max-width:1200px){.App{width:400px}.moon{height:120px;width:120px}}@media (max-width:870px){.App{width:330px}.moon{display:none}.title{font-size:2.5rem}.form-todo input{background:#fff;border:none;border-radius:20px;height:35px;padding:5px;width:160px}}
/*# sourceMappingURL=main.ea95ef1c.css.map*/