@tailwind components;
@tailwind utilities;
@tailwind base;
.hithere{animation:hithere;animation-duration:1s}@keyframes hithere{0%{transform:scale(1)}25%{transform:scale(.95)}50%{transform:scale(1)}75%{transform:scale(.95)}to{transform:scale(1)}}
