/*page index.html*/

/*variables couleurs*/

:root {

	--green_light: #00e436;
	--green_dark: #008751;




}


body {
	background-color: black;
	margin: 0px;
    	color: var(--green_light);	
}


#box_i {
	
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	padding-top: 30px;
    	height: 1200px;
    	position: relative;
}


#col_i {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 360px;
	height: 1200px;

}

.glyn{
    
    margin-bottom: 30px;
    
}

.texte_tab{
	color: var(--green_light);
	font-size: 15px;
	font-family: "Press Start 2P";
  	font-weight: 400;
  	font-style: normal;

}

.texte_ht{
	color: var(--green_dark);
	font-size: 15px;
	font-family: "Press Start 2P";
  	font-weight: 400;
  	font-style: normal;
  

}


.texte_title{
	color: var(--green_light);
	font-size: 25px;
	font-family: "Press Start 2P";
  	font-weight: 400;
  	font-style: normal;
  	margin-bottom: 15px;


}

.texte_tuto{
	color: var(--green_light);
	font-size: 14px;
	font-family: "Press Start 2P";
  	font-weight: 400;
  	font-style: normal;
  	margin-bottom: 20px;
  	text-align: justify;
  	padding-left: 5px;
    padding-right:5px;

}


.texte_tuto2{
	color: var(--green_light);
	font-size: 12px;
	font-family: "Press Start 2P";
  	font-weight: 400;
  	font-style: normal;
  	margin-bottom: 20px;
  	text-align: justify;
  	padding-left: 5px;
    padding-right:5px;

}
.texte_ht {
    padding-bottom: 15px;
}




