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}*{box-sizing:border-box;margin:0;padding:0}.container{background-color:#6fb8f8;display:flex;height:100vh;justify-content:center;padding-bottom:3rem;padding-top:3rem;width:100vw}.to-do-container{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:1rem;width:20rem}.to-do-container>h2{background-color:#b1489c;color:#fff;font-size:2rem;text-align:center;width:100%}.to-do-container>:nth-child(2){align-items:center;display:flex;gap:.5rem}.to-do-container>:nth-child(2)>input{border:none;border-bottom:3px solid #b1489c;color:#b1489c;font-size:1.4rem;outline:none;padding:4px;text-align:center;width:12rem}.add-button{align-items:center;background-color:#b1489c;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;outline:none;transition:all .3s;width:3rem}.add-button:hover{background-color:#07d107}.to-dos{align-self:flex-start;color:#b1489c;display:flex;flex-direction:column;gap:8px;padding:1rem;width:100%}.t-container{display:flex;gap:10px}.cross{align-items:center;background-color:#b1489c;border-radius:30px;color:#fff;cursor:pointer;display:flex;height:2rem;justify-content:center;transition:all .3s;width:2rem}.cross:hover{background-color:red}.t-container :nth-child(2){font-size:1.3rem;font-weight:500;width:14rem}
/*# sourceMappingURL=main.ff439ad3.css.map*/