* {
	font-family: Arial, sans-serif;
	margin:0px;
}

.header {
	background-color: #f1aa1c;
	color: #f3f0ea;
	height: 600px;
	position: relative;
}

.nom {
	position: absolute;
	top: 30px;
	left: 40px;
}

.date {
	position: absolute;
	top: 30px;
	right: 40px;
}

.title {
	font-family: Oi, sans-serif;
	position: absolute;
	width: 100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 150px;
	line-height: 125px;
}

.creative {
	position: absolute;
	background: #f3f0ea;
	color: #f1aa1c;
	padding: 5px 25px;
	border: 4px solid #f1aa1c;
	border-radius: 50px;
	font-weight: bold;
}

.table{
  	display: flex;
  	justify-content: center;
}

.table img{
  	width: 70%;
  	height: auto;
}