/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
.static {
  position: static;
}
.flex {
  display: flex;
}
.min-h-screen {
  min-height: 100vh;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
html, body {
  margin: 0;
}
