body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#7952b3}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#TodoText{border:3px solid #ffd700;border-radius:10px;font-weight:bolder;width:18rem;height:2rem}#Submit{border:3px solid #ffd700;border-radius:10px;height:2.5rem;width:2.2rem;background-color:#7952b3;color:gold;font-weight:bolder}#Submit:hover,#check-style:hover,#trash-style:hover,#plus-style:hover{background-color:gold;color:#000;cursor:pointer}#TodoStyle{display:flex;align-items:center;text-align:center;justify-content:center;border:3px solid #ffd700;background-color:#fff;border-radius:10px;height:2.5rem;width:25rem;color:#000;font-weight:bolder}#idContainer{display:flex;text-align:center;justify-content:center;align-items:center}#check-style,#trash-style,#plus-style{background-color:#7952b3;border:3px solid #ffd700;border-radius:10px;height:2.5rem}.completed{text-decoration:line-through;opacity:.4}.App{text-align:center;color:#fff}
