@font-face {
      font-family: 'MachineStd';
      src: url('https://www.marouze.com/GAMES/SPACE_INVADERS/machinestd-medium-webfont.woff2') format('woff2'),
           url('https://www.marouze.com/GAMES/SPACE_INVADERS/machinestd-medium-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
    }

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

html {
  background: url(https://www.marouze.com/GAMES/SPACE_INVADERS/space_invader_bg_1920x1080_V2-min.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

canvas {
  border: 2px solid #fff;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}




    h1 {
          color: #62ce25;
      font-size: 3em;
      font-family: 'MachineStd', Arial, sans-serif; /* Utilisation de la police de caractères importée */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Ajout de l'ombre */
    }