body{
	color: rgb(60,60,60); /
	font-family: 'Rubik-Regular';
	background-color: rgb(176,179,187);
	margin-left: 1%;
}

h1 { 
	text-align: center;
	line-height: 150%;
	letter-spacing: 120%;

 }

 h2 {
 		text-align: center;
 		background-color: rgb(100, 113, 145);
 }

 h3{
 	margin-left: 5%
 }

 .code
{
	background-color: #282923;
	width: 400px;
	color: white;
	font-size: 0.8em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 4px;
	line-height: 170%;
	letter-spacing: 120%;
	font-family: Calibri;
}

a {
	color: rgb(135,85,87);
	font-weight: bold;
}

a:hover { /* quand on passe la souris au dessus du lien */
	color: rgb(135,85,87);
	font-weight: bold;
	font-size: 1.5em;
}
