body{
	margin:0px;
	padding:0px;
	background-color: #141414;
	align-items:center;
	display: flex;
	flex-direction:column;
	height: 100vh;
	justify-content: center;
}
.logo{
	text-align: center;
}
img{
	vertical-align: middle;
	border-style: none;
	max-width; 100%;
}
.social{
	color:#FFF;
	text-align: center;
	margin-top: 20px;
}
a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-decoration: none;
	margin-right: 10px;
}
