.todo-list-wrapper{display:flex;justify-content:center;padding-top:16px}.todo-list-container{background-color:#f5f5f5;padding:20px;width:66%;border-radius:8px;box-shadow:0 0 10px #0000001a}h1{text-align:center;margin-bottom:20px}.add-task-container{display:flex;justify-content:space-between;margin-bottom:10px}.add-task-container input[type=text]{flex:1;margin-right:10px;padding:5px}.add-task-container button{background-color:#4caf50;color:#fff;border:none;padding:3px 10px;border-radius:4px;cursor:pointer}.task-container{display:flex;justify-content:space-between}.task-column{flex:1;padding:10px;background-color:#fff;border-radius:8px;box-shadow:0 0 5px #0000001a}.task-column h2{margin-bottom:10px}.not-finished-tasks li,.finished-tasks li{padding:5px;margin-bottom:5px;background-color:#f9f9f9;border-radius:4px}.not-finished-tasks li div,.finished-tasks li{display:flex;justify-content:space-between;align-items:center}.not-finished-tasks li input[type=text]{flex:1;margin-right:10px;padding:5px}.not-finished-tasks li button,.finished-tasks li button{background-color:#4caf50;color:#fff;border:none;padding:5px 10px;margin:2px;border-radius:4px;cursor:pointer}.finished-tasks li{background-color:#ebebeb}
