.app-header{display:flex;align-items:flex-end;justify-content:space-between}.app-header h1{font-size:2.5rem}.app-header h2{font-size:1.2rem;color:grey}.search-input{width:100%;margin-right:.3rem}.todo-list-item{font-size:1.25rem;display:flex;align-items:center;justify-content:space-between}.todo-list-item button{width:2.1rem;margin:.2rem}.todo-list-item-label{margin-left:1.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.todo-list-item.done .todo-list-item-label{text-decoration:line-through}.todo-list-item.important .todo-list-item-label{font-weight:700;color:#4682b4}.todo-list .list-group-item{padding:.25rem .75rem}.item-add-form{margin-top:1rem;display:flex}.item-add-form input{margin-right:.3rem}.item-add-form button{white-space:nowrap}.autor{position:absolute;left:50%;bottom:.5rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:.9rem;opacity:.5}.autor,.autor:hover{text-decoration:none;color:#fff}.autor:hover{opacity:1}.todo-app{max-width:31.25rem;padding:2rem;border-radius:.5rem;background-color:#fff;box-shadow:1rem 1rem 2.7rem .3rem rgba(0,0,0,.3)}.top-panel{display:flex;justify-content:space-between;margin:1rem 0}body{display:flex;align-items:center;justify-content:center;height:100vh;background-image:linear-gradient(120deg,#e0c3fc,#8ec5fc)}
/*# sourceMappingURL=main.ac424d7e.chunk.css.map */