body,html {
	margin: 0;
	background-color: #282a36;
	height: 100vh;
}

#main {
	height: 100%;	
	margin: 0 auto;
	position: relative;
}


.info {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	line-height: 0.1px;
}

a img:hover {
	background: rgba(0, 0, 0, 0);
	transition: .5s;
	transform: scale(1.3, 1.3);
}

big {
	font-weight: Bold;
	text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
