body {
    background-image: url(../images/break-dancer-silhouette-1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
}


#title {
    font-family: "Bowlby One";
    font-size: 100px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    text-align: center;
    letter-spacing: 10px;
    color: grey;
}

h2 {
	font-family: "Bowlby One";
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
    line-height: 15.4px;
    text-align: center;
    padding-left: 0;
    color: grey;
}

h3 {
	font-family: "Bowlby One";
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
    line-height: 50px;
    text-align: center;
    margin-top: 100px;
    /* border: 2px solid black; */
    /* background-color: blue; */
    color: grey;
}

#rotate {
    /* Safari */
    -webkit-transform: rotate(-10deg); 
    /* Firefox */
    -moz-transform: rotate(-10deg);    
    /* IE */
    -ms-transform: rotate(-10deg);   
    /* Opera */
    -o-transform: rotate(-10deg);   
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);  
    }

.underscore {
    font-size: 100px;
    height: 150px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: grey;
}

.rightGuess {
    font-size: 30px;
    line-height: 250px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: grey;
}

.wrongGuess {
    font-size: 30px;
    line-height: 150px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: grey;
}

.guessesLeft {
    font-size: 30px;
    line-height: 150px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    color: grey;
}