/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.h-\[90vh\] {
  height: 90vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[90vw\] {
  width: 90vw;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
