:root {
  --primary-color: #0d6efd;
  --secondary-color: #6c757d;
}

body {
  background-color: #f4f6f9;
}

.card {
  border: none;
  border-radius: 12px;
}

.navbar {
  border-bottom: 2px solid #0b5ed7;
}

.match-action:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease-in-out;
}
