body {
	background-color: black;
	color: white;
}

.logo {
	width: 100%;
	height: calc(100vh - 60px);
}

.logo img {
	width: 50%;
	height: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 40%;
	margin: 0;
}

.logo p {
	transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	top: 70%;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.footer img {
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

@media screen and (max-width: 992px) {
	.logo p {
		font-size: 25px;
		text-align: center;
	}
}
