html {
	background: #0000ff;
}

header {
	text-align: center;
	color: #ff9e93;
	font-family: 'Comic Sans MS', 'Comic Sans', 'Chalkboard SE', 'Comic Neue', sans-serif;
	text-decoration: underline 2px;
}

.content {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

#crepes {
	margin: 50px;
}

#crepes {
	color: #00ff00;
}

#crepes a {
	color: inherit;
	font-style: italic;
}

#crepes td {
	height: 90px;
	text-align: center;
}

@keyframes enter {
	0% {
		width: 0px;
	}
	50% {
		width: 432px;
		margin-left: 50px;
	}
	100% {
		width: 216px;
		margin-left: 0px;
	}	
}
#crepes #nous_aussi{
	height: 82px;
	animation-name: enter;
	animation-duration: 1s;
}

footer {
	text-align: center;
}

.badges {
	display: block;
}
