@tailwind base;@tailwind components;@tailwind utilities;.bar{width:4px;height:16px;background-color:#4caf50;animation:equalize 1s infinite ease-in-out}.bar:nth-child(1){animation-delay:0s}.bar:nth-child(2){animation-delay:.1s}.bar:nth-child(3){animation-delay:.2s}.bar:nth-child(4){animation-delay:.3s}.bar:nth-child(5){animation-delay:.4s}@keyframes equalize{0%{transform:scaleY(1)}25%{transform:scaleY(1.5)}50%{transform:scaleY(1)}75%{transform:scaleY(2)}to{transform:scaleY(1)}}@keyframes wave{0%{transform:scaleY(1)}25%{transform:scaleY(1.5)}50%{transform:scaleY(1)}75%{transform:scaleY(2)}to{transform:scaleY(1)}}.blogPost a{text-decoration:underline;transition:opacity .2s ease-in-out}.blogPost a:hover,.blogPost a:focus{opacity:.8;text-decoration:underline}.shareButtons,.shareButtons a{color:#00bfff}pre::-webkit-scrollbar{height:6px}pre::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}html{scroll-behavior:smooth}
