@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body{align-items:flex-start;background:#d5d6df;display:flex;justify-content:center;min-height:100vh;padding:2rem}.App{margin:0 auto;max-width:600px;text-align:center;width:100%}h1,h2{color:#fff;font-family:Montserrat,sans-serif;font-size:1.5rem;margin-bottom:.5rem}.ListableWrapper{background:#003057;border-radius:30px;margin-top:3rem;padding:3rem 2rem}.ListableForm{margin-bottom:1rem;width:100%}.listable-input{background:none;border:1px solid #4d4d4d;border-radius:5px;color:#fff;margin-bottom:2rem;margin-top:1rem;max-width:300px;outline:none;padding:.5rem 1rem;width:100%}.listable-input::-webkit-input-placeholder{color:grey}.listable-input::placeholder{color:grey}.listable-btn{background:#720f06;border:none;cursor:pointer;padding:.55rem 1rem}.Listable,.listable-btn{border-radius:5px;color:#fff}.Listable{align-items:center;background:#463f32;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem}.fa-trash{margin-left:.75rem}.incompleted{color:#fff;cursor:pointer}.completed{color:#f0c300;text-decoration:line-through}.completed,.delete-icon,.edit-icon{cursor:pointer}@media (max-width:900px){.ListableWrapper{border-radius:25px;margin-top:2rem;padding:2.5rem 1.5rem}h1,h2{font-size:1.3rem}}@media (max-width:600px){body{padding:1rem}.ListableWrapper{border-radius:20px;margin-top:2rem;padding:2rem 1rem}.listable-input{max-width:100%}.Listable{align-items:flex-start;flex-direction:column;gap:.5rem;padding:1rem}}@media (max-width:380px){h1,h2{font-size:.9rem}.ListableWrapper{padding:1.5rem .75rem}}
/*# sourceMappingURL=main.956e5e8f.css.map*/