@tailwind base; @tailwind components; @tailwind utilities; p, h1, h2, h3, h4, h5, h6 { color: white; } p + p { margin-top: 10px; } p a { text-decoration: underline; } .max-h-view-minus-header { max-height: calc(100vh - 4rem); }