*{background-color:#000;color:#fff;font-family:Arial,Helvetica,sans-serif}.header{padding:.8rem 2rem}.container{width:400px;height:500px;border-radius:6px;margin:5rem auto}.tasktracker{border:1px solid rgb(238,226,159);border-radius:10px;padding:15px 25px;display:flex;justify-content:space-between}.tasktracker h3{font-size:25px;margin-bottom:0}.tasktracker p{font-size:20px;margin-top:5px}.tasktracker div:last-child{background-color:#2ae42a;height:100px;width:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px;text-align:center}.tasksbody{margin-top:20px;padding-left:0}.form{display:flex;justify-content:space-between;margin-top:20px}.form input,.edit-form input{width:340px;height:42px;border:none;border-radius:5px;padding-left:10px;font-size:16px;outline:none}.form input{background-color:#0f1a30}.add{background-color:#2ae42a;color:#000;font-weight:700;padding:5px 12px;border-radius:5px;font-size:28px;cursor:pointer;border:none}.task{border:.5px solid rgb(238,226,159);display:flex;justify-content:space-between;padding:4px 8px;margin-top:22px;margin-bottom:22px}.task p{width:75%}.edit-task-icon,.delete-task-icon{font-size:24px;margin-top:12px}.checked{font-size:25px;margin-top:12px}.delete-task-icon{margin-left:4px}
