body, html {
    background-color: #DEBDFC; /* Fond très foncé */
    color: #DEBDFC;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Empêche le défilement de la page */
}

spline-viewer {
  width: 100%; /* Prend toute la largeur disponible */
  height: 100vh; /* Utilise 100% de la hauteur de la fenêtre de visualisation */
  aspect-ratio: 16/9; /* Maintient un rapport d'aspect 16:9 */
}