body {
	background: #210121;
	color: white;

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/* Makes the headers red */
h1 {
	color: #bbacbb;
	text-shadow: 0px 3px 6px #341C09;
	margin-bottom: 150px;
}
/* Makes the subheaders blue */
h2 {
	color: #7A152C;
	text-shadow: 0px 3px 6px #341C09;
	margin-top: 20px;	
	margin-bottom: 150px;
}

p {
	color: #210121;
	text-shadow: 0px 3px 6px #492c48;
}

h1, h2, p {
	text-align: center;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

