:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background:linear-gradient(to bottom,#245edd,#010155);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}div{display:flex;flex-direction:column;justify-content:center;align-items:center;width:700px;padding:30PX 30PX 0}ul{list-style:none;padding:0;margin:0}li{justify-content:space-between;align-items:center;overflow:hidden;border-radius:20px;padding:10px 15px;margin:10px auto 30px;width:570px;font-size:20px;font-weight:700;list-style-type:none;box-sizing:border-box;color:#000;background-color:#fff;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.deleteButton{width:30px;height:30px;background:url(/del.png) no-repeat center;background-size:contain;border:none;cursor:pointer;flex-shrink:0}.deleteButton:hover{transform:scale(1.1);transition:transform .2s ease}.todo-text{flex:1;margin-right:10px;float:left;width:80%;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.todo-button{float:right;display:flex;justify-content:center;align-items:center}#root{max-width:1280px;margin:0 auto}#App{padding:0 20px 20px;border:10px solid white;border-radius:50px;background-color:#ffffff80}#App:hover{filter:drop-shadow(0 0 10px #6a0dad) drop-shadow(0 0 20px #6a0dad) drop-shadow(0 0 40px #6a0dad);transition:filter .3s ease-in-out}#heading{display:inline-block;justify-content:space-between;align-items:center;width:fit-content;margin:auto;color:#242424}#heading img{display:inline-block;height:40px;width:auto;margin-right:20px}#heading h1{display:inline-block}form{display:flex;justify-content:center;align-items:center}#todos{justify-content:center;align-items:center}p{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:700px;margin:0 auto;border-radius:50px;background-color:#fff}input{flex:1;padding:10px;border:none;outline:none;box-sizing:border-box;border-radius:50px;width:500px;font-size:20px;font-weight:bolder;justify-content:center}#addButton{margin-left:10px;padding:10px 20px;border:none;background:linear-gradient(to right,#8a0000,#ff5100);border-radius:50px;width:70px;height:50px;cursor:pointer;color:#fff}.toast{width:auto;position:fixed;top:-100px;right:20px;background-color:green;border-radius:10px;padding:10px 20px;color:#fff;box-shadow:0 0 10px #0003;opacity:0;transition:top .5s ease-in-out,opacity .5s ease}.toast.show{top:20px;opacity:1;transition:top .5s ease-in-out,opacity .5s ease}.toast.hide{top:-100px;opacity:0;transition:top .5s ease-in-out,opacity .5s ease}#logo{animation:rotate 4s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
