a.bg-blue-600 {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

/* Hover durumunda arka plan koyulaşır, yazı altı çizilir ve hafif büyür */
a.bg-blue-600:hover {
  background-color: #0056b3 !important;
  text-decoration: underline !important;
  transform: scale(1.05);
}* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin:0;}