/* Base stylesheet placeholder for the main page. Tailwind utility classes handle the visual layout. */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}
