@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{background:#303030}h1{color:#fff;font-size:2rem;margin-bottom:.5rem}.TodoWrapper{background:#303030;padding:3rem}.TodoForm,.TodoWrapper{text-align:center;width:100%}.todo-input{background:none;border:1px solid #d5d5d6;border-radius:10px;color:#fff;margin-bottom:2rem;margin-top:1rem;outline:none;padding:1rem 2rem;width:50%}.todo-input::-webkit-input-placeholder{color:#ffffff4d}.todo-input::placeholder{color:#ffffff4d}.todo-btn{background:#7ca1a8;border:none;border-radius:10px;color:#fff;cursor:pointer;margin-left:16px;padding:1rem}.todo-btn:hover{background:#ffffff4d;border:2px;border-color:#7ca1a8}.Todo{align-items:center;background:#7ca1a8;border-radius:10px;color:#fff;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.fa-trash{margin-left:1rem}.completed{color:#636363;text-decoration:line-through}.loader{color:#fff;text-align:center}.search-form{display:flex;justify-content:space-between}@media screen and (max-width:480px){h1{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.TodoWrapper{background:#303030;padding:1.5rem}.TodoForm,.TodoWrapper{text-align:center;width:100%}.todo-input{background:none;border:1px solid #d5d5d6;border-radius:10px;color:#fff;margin-bottom:2rem;margin-top:1rem;outline:none;padding:.7rem 1.5rem;width:50%}.todo-input::-webkit-input-placeholder{color:#ffffff4d;font-size:smaller}.todo-input::placeholder{color:#ffffff4d;font-size:smaller}.todo-btn{background:#7ca1a8;border:none;border-radius:10px;color:#fff;cursor:pointer;margin-left:16px;padding:.7rem}.todo-btn:hover{background:#ffffff4d;border:2px;border-color:#7ca1a8}.Todo{align-items:center;background:#7ca1a8;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:smaller;justify-content:space-between;margin-bottom:1.2rem;padding:.7rem}.fa-trash{margin-left:.5rem}.completed{color:#636363;text-decoration:line-through}.loader{color:#fff;font-size:medium;text-align:center}.Alert{height:10px}}
/*# sourceMappingURL=main.73c87d11.css.map*/