html {
	position: relative;
    min-height: 100%;
}

body {
	background-color: #0c2d3e;
}

section.logo {
	margin-left: auto;
	margin-right: auto;
	width: 600px;

	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}
	