@import"https://fonts.googleapis.com/css2?family=Amatic+SC&family=Indie+Flower&family=Poppins:wght@300&family=Silkscreen&family=Unica+One&display=swap";.tracker{margin:2rem}.tracker__header{display:flex;justify-content:center;align-self:center;margin-top:2.5rem;margin-bottom:1.5rem}.tracker__employees{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:center;align-items:center}@media (max-width: 320px){.tracker__employees{flex-direction:column;gap:.5rem;padding:1rem}.tracker__employee{width:100%;min-width:auto}}.employee{background-color:#fff;padding:.8rem;margin-bottom:1rem;border-radius:1rem;box-shadow:-3px 5px 12px #0000004d;display:flex;flex-direction:column;width:12rem;height:10rem}.employee__name{font-weight:700;margin-bottom:.3rem}.employee__role{color:#a9a9a9;margin-bottom:.5rem;font-size:.85rem;overflow:hidden}.employee__counter{border-radius:1rem;background-color:#a1e7fb;padding:.5rem;display:flex;flex-direction:column;align-items:center}.employee__buttons{display:flex;justify-content:center;gap:1rem}.employee__button{align-self:center;justify-content:center;border-radius:1.5rem;background-color:#fff;border:none;width:2rem;height:2rem;font-size:1.1rem;cursor:pointer}.search{display:flex;flex-direction:column;align-items:center;margin-top:1rem;margin-bottom:1.5rem}.search__input{border-radius:1rem;border:none;font-size:.6rem;border:1px solid #CCC;text-align:center;height:1.3rem}*{margin:0;padding:0;font-family:Poppins,sans-serif}body{background-color:#a1e7fb}html{font-size:16px}@media screen and (min-width: 768px){html{font-size:22px}}@media screen and (min-width: 1024px){html{font-size:25px}}@media screen and (min-width: 1440px){html{font-size:30px}}@media screen and (min-width: 2560px){html{font-size:40px}}
