.header {
	background-color: #F0F0EB;
	height: 400px;
	width: 300px;
}



body { font-family: OCR A Std, monospace;
	   margin: 50px;
	   color:blue;
	   background-color: lavender;
	 }

a {color: red;}
/* couleur du lien */



h2 {font-size: 20px;
	background: white;
	letter-spacing: -0.15px;
	margin: 30px 0;
	padding: 10px;
	border-style: inset;
}

h3 {color: red}


p {
	padding: 5px;
}

h1 {
	font-size: 64px;
}

img {}

div
{
	height: 200px;
	width: 200px;
	border: 1px solid black; 
	padding: 5px;
	margin: 3px;

}


.container1
{
	display: flex;
	height: 600px;
	width: 1100px;
    background-color: lightsteelblue;
}

.container2
{
	display: flex;
	height: 600px;
	width: 1100px;
    background:#F0F0EB
}

.profil
{
	background-color: powderblue;
}

.experience
{
	background-color: lightgreen;
	height: 560px;
	width: 400px;
}

.cursus
{
	background-color: lightpink;
	height: 560px;
	width: 400px;
}

.portfolio
{
	background-color: powderblue;
}