body {
  margin: 0;
  background-color: #121212;
  color: #e0e0e0;
  font-family: 'Segoe UI', sans-serif;
}
a {
  color: #42a5f5;
}
a:hover {
  color: #90caf9;
}

.modal-content {
  max-width: 500px;
  border: 2px solid white;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  margin: auto;
}

.modal-header img {
  border-radius: 8px;
}

/* Lien d'action */
.modal-links {
  text-align: center;
  margin-top: 1rem;
}

.modal-links a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 0.9rem;
}
