@keyframes pulse-color {
  0% { color: #0066cc; }
  25% { color: #ff3366; }
  50% { color: #00cc66; }
  75% { color: #ff9900; }
  100% { color: #0066cc; }
}

.pulsing-title {
  animation: pulse-color 3s ease-in-out infinite;
  text-align: left;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  background-image: url('Image5.jpg');
}

/* Kommenterad border-stil för tabellen (kan aktiveras om önskat) */
/*
table, th, td {
  border: 2px solid black;
}
*/
