body{
	background: black;
	font-family: Courier;
	color: white;
	text-align: center;

}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:link {
	text-decoration: none;
}

a:hover {
	color: blue;
}

body#site{
	color: green;
}
.navbar{
	list-style: none;
	display: flex;
	justify-content:space-between;
	padding: 10px;

}

body#creepy{
	color: black;
	background: red;
}


#netTitle {
	text-align: center;
	margin: 0;
}

#sitenav{
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 0px;
}

#art1 {
text-align: center;
margin-top: 0;

}

#skull {

	display: flex;
	justify-content: center;
}

.info{
	display: flex;
	align-items: center;
}
.image{
	width: auto;
	height: 20px;
	padding: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}

.info .text{
	flex: 1;
	padding: 10px;
}

.info2 {
	display: flex;
	align-items: flex-start;
}



.portrait{
	width: 175px;
	height: auto;
}

.fire{
	width: 40px;
	height: 40px;
}

.artist{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

article{
	height: 300px;
	padding: 50px;
}

section{
	display: flex;
	flex-direction: column;
	text-align: left;

}

h4{
	text-align: center;
}

h3{
	text-align: center;
}

body#maze1{
	background-color: white;
}

.jesus{
	width: 200px;
	height: auto;
	margin-top: 220px;
}

.maze2i{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#redhouse{
	width: 200px;
	height: auto;
	margin-top: 220px;
}


body#maze3{
	background-image: url("images/galaxy.png")
}

#milky{
	display: flex;
	margin-top: 20px;
	margin-left: 100px;
	width: 50px;
	height: auto;
	
}

#earth{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}

#galstuff{
	margin-top: 200px;
	margin-left: 800px;
	display: flex;
	height: 30px;
	width: auto;
}

#sparkle {
	display: flex;
	margin-top: -200px;
	margin-left: auto;
	margin-right: 30px;
}

body#maze4{
	background-color: white;

}

body#maze5{
	background-image: url("images/michael.PNG") ;
}

.parent {
  position: absolute;
  top: 25px;
  left: 25px;

}
.heart {
display: flex;
flex-direction: column;
margin-left: auto;
margin-right: auto;

width: 150px;


}

.michael{
	display: flex;
	width: 300px;
	margin: auto;
	margin-top: 200px;
	
}


body#maze6{
	background-image: url("images/drained.jpg");
}
