.logo-pablojazz {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
	margin-bottom: 20px;
	margin-top: 40px;
}

.under-text {
	width: 100%;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 2rem;
}

.logo-redes-img {
	width: 100%;
}

.link-social {
	flex: 0 1 90px;
	margin: 40px 20px 0;
}

.redes-sociales {
	width: 100%;
	display: flex;
	justify-content: center;
}

.body-main {
	height: 100vh;
	background-color: lightgrey;
}

.nombre-sitio {
	height: 100%;
	color: black;
	font-family: arial;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 0 10px;
}