body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	text-align: center;
	background-image: url("/img/alegori-web.png");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width: 100%;
	height: 100%;
}

.icons-social {
	padding-top: 35vh;
}
.icons-social i {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2.5em;
}

.icons-social a {
	text-decoration: none;
	color: #FAFAFA;
}
