body {
	background-color: rgb(176,96,93);
}

.logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50vw;
	height: 50vw;
	max-width: 1184px;
}

.logo img {
	width: 100%;
	height: auto;
}

.contact {
	position: absolute;
	top: auto;
	right: 0;
	bottom: 5vw;
	left: 0;
	margin: auto;
	color: #fff;
	width: auto;
	height: 16px;
	text-align: center;
}

.contact a {
	color: #fff;
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}