@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply min-h-screen bg-denim-100 text-white font-open-sans;
}