html, body {
  height: 100%;
  width: 100%;
  background-color: rgba(77, 77, 77, 100);
}

.main {
	text-align: center;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}