@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap");*{font-family:Nunito,sans-serif;color:#fff}nav{display:flex;justify-content:space-around;padding:45px}.info{margin-bottom:40px}.profilePic img{border-radius:50%;width:60px;height:60px}.diaSemana{color:#7f00ff;font-family:Nunito;font-size:20px;font-weight:700}.dataAtual,.diaSemana{font-style:normal;line-height:normal}.dataAtual{color:#4a4a4a;font-size:12px;font-weight:600}.container{display:flex;flex-direction:column}.container-tasks{position:relative;border-radius:8px;background:#fafafa;border:1px solid #9c9c9c;display:flex;justify-content:space-around;width:350px;height:150px;align-items:center;margin:0 auto 25px;padding:10px;flex-wrap:wrap}.delete-button{position:absolute;top:-5px;right:0;color:red;font-size:1.5rem;font-weight:700;cursor:pointer;padding:8px}img.trash-delete{width:1.5rem;height:1.5rem;opacity:.3}img.trash-delete:hover{width:35px;height:35px;opacity:1;transition:.8s}.text-task{color:#292929;font-weight:700;font-size:20px}img.edit{width:60px;height:60px}.caixaCheck{transform:scale(2.5);color:#7f00ff;border-radius:4px;border:2px solid #bfbfbf}img.edit:hover{width:40px;height:40px;transition:.8s}.info-text{color:#292929}.counter-text,.info-text{text-align:center;font-weight:700}.counter-text{color:#7f00ff}.edit,button{cursor:pointer}button{border-radius:8px;background:linear-gradient(136deg,#7f00ff,#e100ff);box-shadow:4px 12px 20px 4px rgba(225,0,255,.21);border:none;padding:30px;width:30%;display:block;margin:0 auto;font-size:20px}button:hover{background:#850085;font-size:25px;transition:.8s}a{text-decoration:none}@media (max-width:768px){.container-tasks{width:300px;height:120px;justify-content:space-around}.text-task{width:100px;font-size:1.1rem;margin-left:20px}.info,nav{display:flex;justify-content:space-between}.info{padding:0 20px}.counter-text{margin-top:58px}.info-text{width:25%;line-height:normal;padding-bottom:20px}button{margin-top:30px;height:90px;width:90%;font-size:1.2rem}img.edit{margin-top:5px;width:2rem;height:2rem}.titleInput{top:-25px;color:#292929}.inputEditable{padding:20px 60px;margin-right:0;font-size:20px;margin-top:200px}.creator-nav,.editor-nav{display:none}.backTo h1{width:40%;font-size:1.3rem}.backTo img{margin-top:10px;width:25px;height:25px}.container-creator,.container-editor{margin-top:70px}.creatorbutton,.editorButton{margin-top:170px}}