@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;display:flex;flex-direction:column;gap:50px;font-family:Raleway,sans-serif;background-color:#ffc4e1;border-radius:50px;color:#242424}#root section{text-align:left;margin:20px 0 0;padding:10px 20px;border:2px dashed #242424;border-radius:20px}#root ul{text-align:left;padding-left:0;list-style-type:none;display:flex;flex-direction:column;gap:5px}#root form{display:flex;flex-direction:column;align-items:center;gap:10px}#root form input{background-color:#fff;color:#242424}#root ul>input{width:70%}#root li input{margin:0 15px 0 0}#root li{display:flex;justify-content:space-between;align-items:center}#root .hr{border-top:2px dashed #242424;margin:10px 0 30px}li label{display:flex;align-items:center;max-width:76%;overflow:auto}.titleTodos{display:flex;justify-content:space-between;align-items:center}.titleTodos p{border:2px dashed #242424;padding:2px 5px;border-radius:8px;text-align:center;font-weight:600}.pen,.trash{padding:.2em .3em}.pen{margin-right:5px}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{line-height:1.5;font-weight:500;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;transition:background-color ease().25s}button:hover{border-color:#1a1a1a;background-color:#ffc4e1;color:#1a1a1a}
