@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-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}body,html{background:linear-gradient(180deg,hsla(0,100%,96%,.85),hsla(0,0%,100%,0) 30rem);background:var(--background-color);color:#2e2e2e;color:var(--themeBlack);font-family:Poppins,sans-serif;margin:0;overflow-x:hidden}:root{--themeRed:#f54748;--themeBlack:#2e2e2e;--pink:#fdecec;--gray:#828282;--shadow:-4px 12px 20px -2px rgba(0,0,0,.19);--background-color:linear-gradient(180deg,hsla(0,100%,96%,.85),hsla(0,0%,100%,0) 30rem);--cartBack:hsla(0,0%,100%,.38)}body{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.todo{background:var(--themeBlack);border-radius:1rem;box-shadow:var(--shadow);color:#fff;height:80vh;padding:1rem;width:400px}.todo>h1{background-color:var(--themeRed);border-radius:10px;padding:.5rem}.todo>h1,.todoForm{align-items:center;display:flex;justify-content:center}.todoForm{gap:1rem}.todoForm>:first-child{border:none;border-radius:5px;outline:none;padding:.5rem;width:50%}.todoForm>:nth-child(2){background-color:var(--themeRed);border:none;color:#fff;cursor:pointer;outline:none}.todoForm>:nth-child(2):hover{background-color:#fff;color:var(--themeRed)}.menu{display:flex;justify-content:space-between;list-style-type:none;padding:.5rem}.right{padding:0 3rem}.right>span:hover{color:var(--themeRed)}.btn{align-items:center;background-color:var(--themeRed);border:none;border-radius:10px;color:#fff;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin-left:7.5rem;margin-top:12rem;outline:none;padding:.5rem}
/*# sourceMappingURL=main.9df88803.css.map*/