body{
	font-family: 'Oswald';
	color: black;
	font-weight: 300;
}
.screen-height{
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content{
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.sentence{
	font-size: 30px;
}
.logotipo{
	max-width: 350px;
	margin: 150px auto 100px;
}
.data-contact{
	display: flex;
	flex-direction: column;
	gap:15px
}
.data-contact a,
.data-contact p{
	text-decoration: none;
	font-size: 30px;
	color: black;
	font-weight: 200;
}
.data-contact i{
	font-size: 60px;
}
.social-link{
	margin-top: 40px;
}
@media (max-height: 800px) {
	.screen-height{
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.logotipo {
		margin: 50px auto 50px;
	}
}