@tailwind base;
@tailwind components;
@tailwind utilities;

body, html {
    scroll-padding-top: 5rem; /* adjust the pixel amount here for your top navigation bar height */
  }