html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	color: white;
}