@charset "utf-8";
/* CSS Document */

body {
	width: 80%;
	margin:auto;
	line-height: 1.5;
}

.logo {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.contenido {
	margin: auto;
}

h2 {
	font-family: 'Arial', sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #252525;
}

h3 {
	font-family: 'Arial', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #252525;
}

p {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #252525;
}

