body {
	background: #1c3671;
	color: #fff9f9;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1.3em;
}

img {
		max-width: 100%;
}

header {
	margin-top: 2%;
}

footer {
margin: auto;
    width: 100%;
    overflow:hidden;
}

section {
	padding: 3% 0% 1% 0%;
	width: 490px;
	margin: auto;
}

h1 {
	    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
font-family: 'Merriweather', Georgia, serif;
    font-size: 2em;

}

p {
	line-height: 1.3;
}

a {
	color: #fff9f9;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.pcg {


	margin: 2% auto 0 auto;
padding: 7% 2% 10% 2%;
}