body {
  	background-color: #000;
  	color: #fff;
  	font-family: Arial, sans-serif;
  	margin: 0;
  	padding: 0;
  	text-align: center;
}

footer {
  	border-top: 1px solid #fff;  /* white line across full width */
  	margin-top: 40px;
  	padding-top: 20px;
  	text-align: center;
  	font-size: 0.9em;
}

header { height: auto; }

h1 {
  	margin: 20px 0 0 0;
  	font-size: 2em;
}

h2 {
  	margin: 10px 0;
  	font-size: 1.5em;
  	font-weight: normal;
}

.banner {
  	width: 75vw;       /* 75% of viewport width = 75% of the page */
  	height: auto;      /* preserve aspect ratio */
  	display: block;
  	margin: 0 auto;    /* center it */
}

.divider {
  	width: 75%;
  	margin: 20px auto;
  	border-top: 1px solid #fff;
}

h1.title {
  	color: #0000ff;
	font-size: 2.5em;
  	font-weight: bold;
  	text-decoration: none;   /* removes underline if a browser tried */
  	text-shadow: 1px 1px 3px #000; /* subtle glow to separate from links */
}