
.correct{
	color: #333;
	font-size: 30px;
}

.messageDiv{
	margin-top: 10px;
	color: #333;
}

.background{
	font-size: 20px;
	background-image: url("images/background.png");
	background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
}

.guessDiv1{
	color: #333;
	width: 100%;
	display: inline-flex;
	margin-top: 30px;
}
.guessDiv2{
	height: 50px;
	width: 100%;
	display: inline-flex;
	color: #D81923;
	font-size: 40px;
}

#hangman{
	background-image: url("images/hangmanimg.png");
	background-size: 300px;
	background-repeat: no-repeat;
	margin-top: 100px;
	height: 500px;
	padding-left: 34px;
	padding-top: 50px;
	width: 450px;
}


.addHead{
	background-image: url("images/circle.png");
	background-size: 120px;
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	margin-left: 185px;
    margin-top: 47px;
}

.addBody{
	background-image: url("images/body.png");
	background-size: 100px;
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
	margin-top: -32px;
	margin-left: 196px;
}

.addRArm{
	background-image: url("images/right-arm.png");
	background-size: 55px;
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
	margin-left: -33px;
}

.addLArm{
	background-image: url("images/left-arm.png");
	background-size: 55px;
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
	margin-left: 76px;
	margin-top: -150px;
}

.addRLeg{
	background-image: url("images/right-leg.png");
	background-size: 40px;
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
	margin-left: 10px;
    margin-top: -55px;
}

.addLLeg{
	background-image: url("images/left-leg.png");
	background-size: 40px;
	background-repeat: no-repeat;
	height: 150px;
	width: 100px;
	margin-left: 50px;
	margin-top: -150px;
}

.addSFace{
	background-image: url("images/frowny-face.png");
	background-size: 120px;
	height: 120px;
	width: 120px;
    background-repeat: no-repeat;
    margin-left: 0px;
	
}


td {
	width: 75px;
	height: 75px;
	border: 3px solid #333;
	color: rgba(0,0,0,0);
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	column-width: 110px;
 	-webkit-column-width: 110px;
 	-moz-column-width: 110px;
 	border-radius: 25px
}


#scoreboard{
	height: 150px;
	width: 80%;
	border: 2px solid white;
	color: white;
	text-align: center;
	float: right;
	clear: both;
	color: #333;

}

#wins{
	width: 300px;
	top-margin: 50px;
	text-align: center;
	color: #1da000;
}

#losses{
	width: 300px;
	text-align: center;
}

