body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5;
	background-color: #000000;
	color: #333333;
}

.logo img {
	width: 320px;
}

.logo {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	margin-left: 80px;
	margin-right: 80px;
}

