body {
	background: #091d34;
	font-family: Arial, Helvetica, sans-serif;
	color: #E1ECF9;
	font-weight: normal;
}

header {
	text-align: center;
}

footer {
	font-style: italic;
	font-size: 3vw;
}

h1 {	
	font-size: 5vw;
	font-weight: normal;
}

h2 {
	font-size: 4vw;
	font-weight:normal
}

p {
	font-size: 3vw;
}

a {
	color: #609CE1;
	text-decoration: none;
}

article {
	background-color:#133863;
	border-style:groove;
	border-width:1px;
	border-radius:2vw;
	border-color: #609CE1;
	padding-left:1.5vw;
	padding-right:1.5vw;
	margin:2vw;
}
