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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}.wrapper{display:flex;min-height:100vh;min-width:100vw;justify-content:center;align-items:center;background-color:#000}.App{text-align:center;background:url(/to-do-app/static/media/bg1.c353f859.jpg);background-size:cover;background-position:50%;overflow:auto}.addTask,.App{display:flex;flex-direction:column}.addTask{padding:1rem;border-bottom:2px solid #fff;justify-content:center}.logo{padding:1rem;font-size:2rem;font-family:Shadows Into Light,cursive;letter-spacing:1rem;font-weight:700}.form{display:flex;margin:0 auto;flex-direction:column;justify-content:center;padding:.4rem}.form label{font-family:Shadows Into Light,cursive;letter-spacing:1rem;color:#fff;-webkit-text-decoration-line:underline;text-decoration-line:underline;font-size:1.4rem;font-style:italic;font-weight:700;position:relative;letter-spacing:.4rem;text-shadow:2px;margin-right:30px}.form input{margin:.4rem auto;font-size:1.4rem;text-align:center;border-radius:10px;border:2px solid #000;background-color:transparent;color:#000;padding:20px 0}input::-webkit-input-placeholder{color:#000}input::-moz-placeholder{color:#000}input:-ms-input-placeholder{color:#000}input::-ms-input-placeholder{color:#000}input::placeholder{color:#000}.addTaskButton{margin:.4rem auto;padding:.5rem 2rem;font-size:1.4rem;background-color:hsla(0,0%,100%,.4);color:#000;border:1px solid #000}.form-group{background-color:rgba(0,0,0,.5);margin:20px auto}@media (min-width:576px){.form input{padding:1rem 2rem}.logo{font-size:2.4rem}}@media (min-width:992px){.form input{padding:1rem 5rem;margin-right:.6rem}.addTask,.form{flex-direction:row}.form{display:flex;align-items:center;justify-content:space-evenly}.form label{padding:.5rem;color:red}.form-group{background-color:transparent;width:250px}}.TaskList{min-height:100vh;overflow:auto}.Task{background-color:rgba(255,251,255,.3);color:#000;margin:1rem auto;width:80%;font-family:Montserrat,sans-serif;position:relative;display:flex;justify-content:center;padding:1rem}.toDoTasks{min-height:20vh;max-height:60vh;overflow:auto;overflow-x:hidden;border-bottom:2px solid #fff}.fas{font-size:2rem}.icon-close{position:absolute;top:0;right:0;color:red;-webkit-transition:.5s;transition:.5s}.icon-close:hover{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.icon-done{position:absolute;top:0;left:0;color:green;-webkit-transition:.3s;transition:.3s}.icon-done:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.icon-edit{position:absolute;bottom:0;right:0;color:#fff}.icon-edit:hover{color:#6495ed}.fa-exclamation{position:absolute;bottom:2%;left:2%;font-size:2.5rem;color:red;-webkit-animation:Animation infinite both;animation:Animation infinite both;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.taskText{margin:10px 20px}.section{font-size:32px}@-webkit-keyframes Animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes Animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}
/*# sourceMappingURL=main.ed97a4ea.chunk.css.map */