* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

.container {
	margin: 2% 20%;
	text-align: center;

}
.header {
	margin-bottom: 30px;
}

.header img {
	max-width: 50%;
}

.content {
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-family: Brandon_reg,"Franklin Gothic",sans-serif;
	text-align: justify;
}

.links {
	margin-top: 30px;
}

.links a {
	font-size: 1.2rem;
	line-height: 1.4rem;
}