.containerTasks{margin-top:30px;display:flex;flex-direction:column;gap:10px;width:100%;height:auto}.containerTasks li{list-style:none;background:#262626;min-width:100%;height:auto;display:flex;justify-content:space-between;align-items:center;padding:20px;font-size:1rem;border-radius:5px}.containerTasks li p{max-width:90%;word-wrap:break-word;color:#ffffffb4}.containerTasks li button{font-size:1rem;display:flex;justify-content:center;align-items:center;padding:5px;border-radius:50px;background:#262626;border:none;cursor:pointer}.concluded{color:#34da3498}.not-concluded{color:#dec74e;text-decoration:none}.trash{color:#fff;cursor:pointer;transition:.5s}.trash:hover{color:#cf2e2e;background:#ff14143a}header{background:#0d0d0d;min-height:65px;height:auto;display:flex;justify-content:center;align-items:center;font-size:.8rem}header .to{color:#dec74e}header .do{color:#696bfe}main{padding:20px;max-width:600px;margin:auto;display:flex;flex-direction:column}form{margin-top:37px;width:100%;display:flex;gap:5px}form input{width:90%;height:40px;padding:10px;border:none;border-radius:5px;outline:none;background:#262626;color:#5b5b5b;font-size:1rem}form button{color:#fff;background:#696bfe;display:flex;align-items:center;gap:5px;padding:10px;height:40px;border:none;border-radius:5px;font-size:1rem}.box-title-tasks{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;margin-top:40px;gap:5px}.created-tasks{display:flex;align-items:center;gap:5px}.created-tasks p{font-size:1rem;color:#dec74e;font-weight:700}.created-tasks span{font-size:.8rem;color:#fff;font-weight:700;background:#262626;padding:2px 10px;border-radius:50px}.completed-tasks{display:flex;align-items:center;gap:5px}.completed-tasks p{font-size:1rem;color:#696bfe;font-weight:700}.completed-tasks span{font-size:.8rem;color:#fff;font-weight:700;background:#262626;padding:2px 10px;border-radius:50px}.deleted-tasks{display:flex;align-items:center;gap:5px}.deleted-tasks p{font-size:1rem;color:#cf2e2e;font-weight:700}.deleted-tasks span{font-size:.8rem;color:#fff;font-weight:700;background:#262626;padding:2px 10px;border-radius:50px}*{margin:0;padding:0;box-sizing:border-box}body{font-size:62.5%;font-family:Segoe UI,sans-serif;background:#191919}
