body{
	background-color: black;
	margin: 0;
	overflow: hidden;
}
.container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.6);
}

.bottom{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 1.0em;
	color: #545454;
	font-size: 0.6em;
	font-family: 'Poppins', sans-serif;
	font-weight: 700; /* ou 800 */
	letter-spacing: -0.02em; /* pour resserrer un peu */
}