
        table {
            width: 50%;
            border-collapse: collapse;
            margin: 20px auto;
			background-color: #2d2d2d;
			
        }
        th, td {
            border: 3px solid black;
            padding: 10px;
            text-align: center;
		} 
		
       
        body {
			 background-color: #262626;
			color: #0EA5E9;
			font-family:Arial;
			text-shadow: 0px 0px 20px #0EA5E9;
  
		}  
		
		
		h1 { text-align: center;
			border: 2px solid #8B5CF6;
			font-size: 50px;
			text-shadow: 0px 0px 20px #8B5CF6;
			color:#8B5CF6;
			
			}
			
			
		#bouton1 {
			font-weight: bolder;
			color: #FFCE56;
			border: solid 1.5px #FFCE56;
			background-color: #7d6935;
			border-radius: 25px;
			text-align: center;
			margin-top: 30px;
			padding: 30px;
			width: 25%;
		}

		#bouton2 {
			font-weight: bolder;
			color: #41b559;
			border: solid 1.5px #41b559;
			background-color: #1f4f2a;
			border-radius: 25px;
			text-align: center;
			margin-top: 30px;
			padding: 30px;
			width: 25%;
			}
			
			
			
		#bouton3 {
			font-weight: bolder;
			color: #11eaf2;
			border: solid 1.5px #11eaf2;
			background-color: #0f7c80;
			border-radius: 25px;
			text-align: center;
			margin-top: 30px;
			padding: 30px;
			width: 25%;
}