.header {
 @apply bg-gray-100 py-4;
}

.nav ul {
 @apply flex justify-center space-x-4;
}

.nav a {
 @apply text-gray-600 hover:text-gray-900;
}

.hero {
 @apply flex flex-col items-center justify-center h-screen;
}

.hero h1 {
 @apply text-4xl font-bold mb-4;
}

.hero img {
 @apply w-24 h-24;
}
