body {
	background-color: #edecea;
	background-image: url("https://myclone.files.wordpress.com/2011/02/home-hangman-photoshopped.jpg");
}
img{
	float: left;
	margin-left: 33%;
}
.hangman {
	width: 100%;
	height: 500px;
	background-color: #edecea;

}

.jumbotron{
	text-align: center;
}
p {
	color: #000;
	text-align: center;
}
h2 {
	color: black;
}

button {
	text-align: center;
	
}