@font-face{font-family:'Poppins';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype')}:root{
--main-color:#4BB543;
--background-color:#e6f4ea;
--text-color:#2c662d}.checkmark{
width:120px;
height:120px;
stroke:var(--main-color);
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
fill:none;
animation:draw 1s ease forwards;
margin-bottom:20px}@keyframes draw{from{stroke-dashoffset:150;stroke-dasharray:150;opacity:0;transform:scale(0.8)}to{stroke-dashoffset:0;stroke-dasharray:150;opacity:1;transform:scale(1)}}@keyframes fadeIn{to{opacity:1}}h2{
font-size:1.5rem;
letter-spacing:1.2px;
margin:0;
animation:fadeIn 1.5s ease forwards;
opacity:0;
color:var(--main-color)}.mark-done{text-decoration:line-through}.border-bottom{border-bottom:0px solid #e9ecef !important}