body {
	color: white;
	background: black;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px; /* default is 16 px */
}

h1, h2 {
	color: BlueViolet; /* #8A2BE2 */
}

h3, h4, h5, h6 {
	color: #A85FED;
}

/* changing strong is better than changing <b>,
same as using em versus <i> */
strong {
	font-size: 26px;
}

a {
	color: #B87DF0;
}

footer {
		margin-top: 196px;
}


#banner {
  display: block;
}

.inline-block {
   display: inline-block;
}

.images {
  display: inline-block;
  max-width: 20%;
  margin: 0 2.5%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}