body {
	background-color: black;
	display: flex;
	justify-content: center;
	color: white;
	font-family: 'Lato', sans-serif;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.page {
	margin-top: 7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logo {
	text-align: center;
}

.texto {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.contacto {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	flex-wrap: wrap;
}

.contacto-item {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	gap: 10px;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
}

#email {
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	font-size: 0.95rem;
}

#email a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#email a:hover {
	border-bottom-color: white;
}

#facebook img {
	height: 28px;
	width: 28px;
}