@tailwind base; @tailwind components; @tailwind utilities; @import "forms"; @import "titles"; .container { @apply md:mx-auto md:w-3/5; } svg { @apply self-center; } .presentation { height: 450px; } .nav-element-active { @apply text-black border-b-2 border-black; } .nav-element { @apply pb-2; &:hover { @apply text-black border-b-2 border-black; } }