@tailwind base; @tailwind components; @tailwind utilities; body { @apply bg-cool-gray-900; } .plex-button { @apply w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 transition ease-in-out duration-150 text-center; background-color: #cc7b19; } .plex-button:hover { background: #f19a30; } .titleCard { @apply relative bg-cover rounded-lg bg-cool-gray-800; padding-bottom: 150%; }