.container {
    padding: 0px 120px;
}
.page-header {
	text-align: center;
	padding: 0;
	margin: 0;
	background: blue;
	color: white;
}
#whitetext {
	color: white;
}
.hangman{
    background: blue;
    text-align: center;
    font-size: 3rem;
    color:white;
    border: 2px solid red;
}
#presents{
	color: red;
	margin-left: 250px;
}
footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 18px;
}
/*.jumbotron {
	background-image: url(../images/ring.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}*/