@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@font-face{font-family:Thelamon;src:url(/todolist-react/assets/Thelamonblack-CeKAW2_s.ttf) format("truetype")}@font-face{font-family:Graphics;src:url(/todolist-react/assets/Graphic-DaYgLcMJ.ttf) format("truetype")}h1{text-align:center;color:#210124;padding:20px 0;font-family:Thelamon}form{width:296px;margin:auto;padding:10px;display:flex;justify-content:center;border-radius:20px;min-width:200px}@media screen and (max-width: 355px){form{width:250px}}@media screen and (max-width: 318px){form{width:200px}}form #text{background:#d62246;border:none;outline:none;color:#fffafb;font-family:Roboto,sans-serif;font-weight:100;font-style:normal}@media screen and (max-width: 318px){form #text{font-size:10px}}form #button{background-color:#d62246;border:none;border-left:1px solid #7FC6A4;color:#fffafb;padding-left:10px;font-family:Roboto,sans-serif;font-weight:100;font-style:normal}.inputs{padding:10px;background-color:#d62246;border-radius:20px;width:100%;display:flex;justify-content:center}::placeholder{color:#fffafb;background-color:#d62246}div.listas{color:#000;margin:20px auto auto;width:600px;align-items:center;justify-content:space-between;border-radius:20px;padding:10px;width:auto;max-width:600px}button{border-radius:50%;width:40px;height:40px;padding:2px;display:flex;justify-content:center;align-items:center;margin:0 1px;border:none;background:#210124;color:#fffafb}section{display:flex;justify-content:center;background-color:#d62246;width:150px;padding:5px;border-radius:0 0 20px 20px;box-shadow:0 8px 6px #00000061;margin-right:20px}div.all{background-color:#7fc6a4;min-height:100vh}div.semiall{margin:0 20px}p{width:90%;max-width:auto;text-align:justify;margin-left:10px;margin-right:10px;color:#fffafb;font-family:Roboto,sans-serif;font-weight:100;font-style:normal;word-wrap:break-word}div.filter{display:flex;justify-content:center}div.filter button{width:90px;border-radius:20px}div.parag{width:100%;background-color:#d62246;margin:auto;padding:10px;border-radius:20px 5px}div.button-left{display:flex;justify-content:end}*{margin:0;padding:0;box-sizing:border-box}
