/* starter stylesheet */
body  {
    background: black;
}

.container {
    background: white;
	width: 800px;
	margin: 0 auto;
	font-family: "ABeeZee", sans-serif;
	font-weight: normal;
    padding: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Shrikhand", sans-serif;
	font-weight: normal;
}

h1 {
    color: white;
    width: 800px;
	margin: 0 auto;
}