body {
	background-color: #fff;
}

.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	transform: translate(-50%,-50%);
}

.logo > img {
	width: 100%;
}
