@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap);.light,:root{--bg-color:#fff;--text-color:#000;--primary-color:#1e90ff;--input-placeholder:gray;--card-bg-color:rgba(30,143,255,.212)}.dark{--bg-color:#000;--text-color:#fff;--primary-color:#1e90ff;--input-placeholder:#fff;--card-bg-color:rgba(228,237,247,.212)}*{font-family:Poppins,sans-serif;margin:0;padding:0}body{background-color:#fff;background-color:var(--bg-color);color:#000;color:var(--text-color)}#switch{height:0;visibility:hidden;width:0}#switchLabel{background:#000;border-radius:100px;cursor:pointer;display:block;height:1.5rem;position:relative;text-indent:-9999px;width:3rem}#switchLabel:after{background:#1e90ff;background:var(--primary-color);border-radius:90px;content:"";height:1rem;left:5px;position:absolute;top:4px;transition:.3s;width:1rem}#switch:checked+#switchLabel{background:#ddd}#switch:checked+#switchLabel:after{left:calc(100% - 5px);transform:translateX(-100%)}#switchLabel:active:after{width:100%}.heading,.listItem{align-items:center;display:flex;justify-content:space-between;padding:1rem}header{text-align:center}ul{list-style:none;margin:0;padding:0}li{background-color:rgba(30,143,255,.212);background-color:var(--card-bg-color);border-left:10px solid #1e90ff;border-left:10px solid var(--primary-color);border-radius:.5rem 0 0 .5rem;font-size:1.5rem;margin-top:.8rem}.btn,input[type=text]{background-color:initial;border:none;color:gray;color:var(--input-placeholder);font-size:1.5rem;outline:none;padding:.5rem 1rem;width:70%}.btn{background-color:#1e90ff;background-color:var(--primary-color);border:none;border-radius:.5rem;width:20%}.btn,.dltBtn{color:#000;color:var(--text-color);outline:none}.dltBtn{background-color:tomato;border:none;border-radius:.3rem;font-size:1.2rem;font-weight:500;padding:.2rem .8rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dltBtn:hover{background-color:rgba(248,5,5,.979)}input[type=text]::placeholder{color:gray;color:var(--input-placeholder);font-size:1.5rem;font-weight:600}input[type=text]:focus-visible{border-bottom:1px solid #1e90ff;border-bottom:1px solid var(--primary-color)}.content{position:relative;width:95%}.content h1{color:#fff;font-size:3rem;left:0;position:absolute;top:0}.content h1:first-child{-webkit-text-stroke:2px #1e90ff;color:#0000}.content h1:nth-child(2){animation:animate 3s ease-in-out infinite;color:#1e90ff}@keyframes animate{0%,to{-webkit-clip-path:polygon(0 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0 100%);clip-path:polygon(0 45%,16% 44%,33% 50%,54% 60%,70% 61%,84% 59%,100% 52%,100% 100%,0 100%)}50%{-webkit-clip-path:polygon(0 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0 100%);clip-path:polygon(0 60%,15% 65%,34% 66%,51% 62%,67% 50%,84% 45%,100% 46%,100% 100%,0 100%)}}.landingPage{align-items:center;display:flex;gap:1rem;height:100vh;padding:2rem;width:100vw}.intro{flex:0.7 1}.intro,.textBoxTodo{display:flex;gap:1.5rem;justify-content:center}.textBoxTodo{flex-direction:column}.lsDiv{flex:0.3 1}.intro>div>p{color:#1e90ff;font-size:8rem;font-weight:600}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.a9b4db88.css.map*/