body {
	margin: 0;
	background-color: #000000;
	font-family: "test2", Monospace;
	overscroll-behavior: none;
  display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  height: 100vh; /* Prend toute la hauteur de la fenêtre */
  overflow: hidden; /* Empêche le défilement vertical */

}



  /* Inclure la police personnalisée */
  @font-face {
    font-family: "test2";
    src:
         url('./projet_1/fonts/test2.ttf') format('truetype')
      
    

}


