 body
 {
  background-color: black;
 }

 .copyright-style
 {
 	color: white;
 	font-family: "Courier New", sans-serif;
 }

 #intro
 {
 	width: 800px;
 	margin:0 auto;
 	text-align: center;
 	align-content: center;
 }

.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}
