body {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  
  text-align: center; 
  background-color: #f4f4f4;
  color: #333;
}

h1 {
  color: #003366;
  margin-bottom: 20px;
}

.contexte {
  font-style: italic;
  font-size: 0.95em;
  color: #444;
  margin-top: -10px; 
  margin-bottom: 25px;
}

#flashcard-image {
  width: 90vw; 
  max-width: 700px; 
  height: auto; 
  margin: 20px 0; 
  border: 1px solid #ccc;
  background-color: white;
}

button {
  font-size: 1em;
  padding: 10px 20px;
  background-color: #005599;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}

button:hover {
  background-color: #003366;
}