#contentWrapper{
	background:rgba(31, 30, 30, 0.8);
}

#theWord{
	padding-top:20px;
}

#theWordWrapper{	
	width:90%;
	margin:auto;
}

.theJumbleLetters{
	letter-spacing:10px;
	font-size:24px;
	text-align:center;
}
.jumbleImg{
	text-align:	center;
	margin-bottom:10px;
}
.jumbleImg img{
	width:100%;
	max-width:400px;
	border:5px solid #ff7002;
}
.jumbleHint{
	margin-top:20px;
	font-style:italic;
	font-size:14px;
	text-align:	center;
}
#theInput{
	width:90%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#input input{
	width:100%;
	padding:6px 0px;
	font-size:28px;
	font-family:arial;
	border:none;
	transition:0.3s;
}

#buttons{
	margin-top:20px;
	padding:20px 0px;
}

.correctAnagram{
	background:#479642;
	color:#FFFFFF;
}
.wrongAnagram{
	background:red;
	color:#FFFFFF;
}

.showCorrect{
	background:#479642;
	font-weight:bold;
}