#image_404
{
	height: 400px;
}

#oups
{
	font-size: 50px;
}

.message
{
	font-size: 30px;
}

div
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
}

a
{
font-size: 25px;
	padding: 5px;
	background-color: #DEDEDE
}

body
{
	background-color: #F7F7F7;
}