body{align-items:flex-start;box-sizing:border-box;display:flex;font-family:Arial,Helvetica,sans-serif;justify-content:center;margin:0;min-height:100vh;padding:20px}.task-tracker{background-image:url(fd80e42996590aeb0c06.jpg);background-repeat:repeat;background-size:150%;border:20px solid #b0afaf;border-radius:8px;max-width:400px;padding:20px;width:100%}.header,.task-text,h1{color:#5c5a5a;font-size:20px;padding:10px}h1{color:#000}form{padding:10px;width:100%}.task-text{align-items:center;background-color:#faf6f6;border:1px solid #a9a7a7;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:0;padding:10px;width:50%}.tracker-text{border-radius:0;font-size:20px;width:50%}.no-tasks,.no-tasks-message{color:#999;font-style:italic;padding:10px}.task-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between}.task-toggle{background-color:#faf6f6;border:1px solid grey;border-radius:50%;cursor:pointer;flex-shrink:0;height:30px;margin-left:10px;width:30px}.task-toggle.pinned{background-image:url(d7624610b17572c1e1a0.png);background-position:50%;background-repeat:no-repeat;background-size:25px 25px;border-color:grey}.task-toggle:hover{transform:scale(1.1)}