body{box-sizing:border-box;margin:0;padding:0}.app{align-items:center;background-color:#483d8b;display:flex;flex-direction:column;height:100vh;justify-content:center}.counter-header{color:wheat;margin-bottom:0}.counter-counter{color:wheat}.counter-neg{color:red}.counter-pos{color:green}.counter-zero{color:#fff}.counter-button{border-radius:5px;cursor:pointer;font-size:1rem;margin:5px;padding:5px;width:100px}.positive{background-color:#008b8b;border-color:#00008b;color:#fff}.negative{background-color:darkred;border-color:#b8860b;color:#fff}.todo-input{background-color:wheat;font-size:1rem;min-width:300px;padding:10px}.todo-header{color:wheat}.add-button{background-color:#556b2f;color:#fff;font-size:1rem;padding:10px}.ok-logo{cursor:pointer;margin:10px;width:40px}.todoText{align-items:center;display:flex;justify-content:center;text-transform:capitalize}.todo-list{display:flex;justify-content:space-between;margin:10px;min-width:350px;padding:10px}.clear-wrapper{align-items:center;display:flex;justify-content:center;margin-top:20px}.clear-button{background-color:#9400d3;border-radius:5px;color:#fff;font-size:1rem;padding:10px}.delete-logo{cursor:pointer;margin:10px;width:40px}nav ul{align-items:center;display:flex;gap:1rem;justify-content:center;list-style:none;margin-top:50px}nav ul li a{border-radius:10px;color:green;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:1.5rem;font-weight:500;padding:6px 15px 10px;text-decoration:none}nav ul li a:hover{background-color:green;color:#fff}nav ul li a.active{background-color:#556b2f;color:cyan}
/*# sourceMappingURL=main.835c7d3d.css.map*/