html
{
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-weight: bold;
	color:white;
	text-transform: uppercase;
	font-family: Helvetica;
	font-size:35px;
}

body
{
	height: 100%;
	width: 100%;
	background-color:black;
	display: flex;
	justify-content: center;
    align-items: center;
}

message-img
{
	height: 26.6146vmax
	width: 33.333333vmax;
}

#entier
{
	display:flex;
	height: 100vh;
	width: 100vw;
	justify-content: center;
    align-items: center;
}