body {

	background-image: url("images/background.jpg");

}

h1 {

	color: lightgray;
	font-size: 3em;
	text-align: center;

	background: black;
	border: 5px solid lightgray;

	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width:  1100px;

}

article {

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 379px;
  margin-right: auto;
  max-width: 0px;

}

div {

  color: lightgray;
  font-family: times, serif;
  font-size: 1em;
  text-align: center;

  background: #00396D;
  width: 150px;
  height: 275px;
  border: 3px solid lightgray;
  padding:  25px;
  margin:  10px;


}

h3 {

	color: lightgray;
	font-size: 2em;
	text-align: center;

}

p {

	color: lightgray;
	font-size: 1.5em;
	text-align: center;

	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width: 35%;

}

h2 {

	color: lightgray;
	font-size: 2.5em;
	text-align: center;

	background: black;
	border: 5px solid lightgray;

	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width:  1100px;

}

.middlestanza {

	background: #00396D;
	border: 5px solid lightgray;

	margin-left: auto;
	margin-right: auto;
	width:  1100px;

}

.credits {

	color: lightgray;
	font-size: 1em;
	text-align: center;
	text-decoration:  underline;

}

.bottomstanza {

	background: #00396D;
	border: 5px solid lightgray;

	margin-left: auto;
	margin-right: auto;
	width:  1100px;

}

li {

	color: lightgray;
	font-size: 1.5em;
	text-align: left;

	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width:  1100px;

}