*{padding:0;margin:0;box-sizing:border-box}.MainBody{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.TodoBody{width:80%;height:80%;display:flex;flex-direction:column;align-items:center;gap:20px;border-radius:10px;box-shadow:#00000059 0 5px 15px}.TaskInput{width:80%;height:50px;padding:10px;border-radius:3px;border:2px solid black}.Add{width:80px;height:30px;border-radius:8px;color:#fff;font-weight:700;background-color:green}.task{width:100%;height:50px;padding:10px;display:flex;border-radius:8px;justify-content:space-between;align-items:center;background-color:#d3d3d3}.TaskContainer{width:80%;height:max-content;display:flex;flex-direction:column;align-items:center;gap:10px}.buttonHolder{width:20%;height:100%;display:flex;justify-content:space-between;align-items:center}.Edit{width:80px;height:30px;border-radius:8px;color:#fff;font-weight:700;background-color:#00f}.delete{width:80px;height:30px;border-radius:8px;color:#fff;font-weight:700;background-color:red}
