*{margin:0;padding:0;box-sizing:border-box}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.whole-app{min-width:100vw;min-height:100vh;background-color:#511886;position:relative}.App{background-color:#000;min-width:500px;min-height:600px;margin:auto;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff}.container{width:90%;margin:auto}.header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding:20px 0}.header h1{font-size:2rem;color:#7ffff4}.header button{min-width:100px;color:#fff;border:none;outline:none;cursor:pointer}.task{background-color:#a13c9c;margin:5px 0;display:-webkit-flex;display:flex;padding:10px 20px;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}.task.show{border-left:5px solid #35b335}.task h1{font-size:1rem;font-weight:600}.task p{font-size:.8rem}.delete-btn{color:#da2d2d;font-size:1.5rem}.form-control{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:5px 0}.form-control input{height:35px;outline:none;margin:3px 0}.reminder{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;margin:20px 0}.reminder label{font-size:1.1rem;font-weight:600}.reminder input{height:20px;width:20px}.save-btn{width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin:20px 0}.save-btn button{cursor:pointer;background-color:#20888b;color:#fff;height:35px;width:300px;outline:none;border:none}.about,.footer{padding:20px 0}.footer{width:100%;text-align:center}@media only screen and (max-width:468px){.App{border:1px solid #000;width:96vw;min-height:96vh;overflow:scroll;margin:auto;position:absolute;top:0;left:0;-webkit-transform:translate(0);transform:translate(0)}.form-control{padding:15px 0}.form-control input{width:96%}}
/*# sourceMappingURL=main.9c412d91.chunk.css.map */