@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: 'Heebo', sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #06163A;
}

h3 {
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #06163A;
}

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

