body{
	  background-color: black;
	  /*border: 2px solid white;
	  width: 400px;
	  margin: 250px auto;
	  padding-left: 40px;
	  padding-bottom: 20px;*/
	  
	}

.question{

  color: #fff;
}
/* Bouton */
divlink{
	border: none;
	width: 100%;
	color: #fff;
}

div a:link{
	/*margin: 20px;*/
	list-style: square;
	text-decoration: none;
}
.conteneur{
	display: grid;
	/*grid-template-columns: 1Fr;
	grid-template-rows: 1Fr 1Fr ;*/
	justify-items: center;
}
.btn{
	display: flex;
	gap: 24px;
	
}