@font-face {
    font-family: 'BrownHunterVic';
    src: url('font/BrownHunterVic-Regular.ttf') format('truetype');
    /* Autres formats de police peuvent être ajoutés ici pour une meilleure compatibilité */
}
@font-face {
    font-family: 'ThermalWarDemoDisplay';
    src: url('font/ThermalWarDemoDisplay.ttf') format('truetype');
    /* Autres formats de police peuvent être ajoutés ici pour une meilleure compatibilité */
}
/* Styles pour le body et le container */
body, .container {
  height: 100%; /* Ajuste la hauteur du body et du container à 100% de la hauteur de la fenêtre */
}
/* Styles pour la bannière */
.banner {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.banner img {
  max-width: 100%;
  height: inherit;

}

.sectiontreasure {
    font-family: 'BrownHunterVic', sans-serif;
    font-size: 30px;
}
.sectiontreasurebutton {
    font-family: 'BrownHunterVic', sans-serif;
    font-size: 20px;
}
.sectionrelated {
    font-size: 25px;
    margin-top: 10px;
}
.sectionplanetarybutton {
    font-family: 'ThermalWarDemoDisplay', sans-serif;
    font-size: 18px;
}
/* Styles pour l'image de fond */
body {
  background-color: #04040e;
  background-image: url('image/background_image.png');
  background-size: cover;
  background-position: center;
  margin: 0; /* Supprime les marges par défaut du body */
  padding: 0; /* Supprime les marges par défaut du body */
}

/* Styles pour le contenu principal */
main {
  color: #ffffff;
  padding: 20px;
}

/* Reste du CSS inchangé */
.footer-bs {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: -20px;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}
.footer-logo {
  width: 10%; /* Ajustez la largeur selon vos besoins */
  display: block;
  margin-left: auto; /* Ajoutez un espacement entre l'image et le texte */
  margin-bottom: 5px;
}