body {
  margin-top: 30px;
  text-transform: uppercase;
  font-family: 'Gloria Hallelujah', cursive;
}
h1 {
  text-underline-position: below;
  font-size: 60px;
  text-align: center;
  text-decoration: underline;
}
h5 {
  text-align: center;
}
.row{
  margin-top: 50px; 
}
.image0, .image1, .image2, .image3, .image4, .image5, .image6 {
  width: 120px;
  height: 150px;
  background-image: url('../img/hangman.png');
  background-position: 0px 0px;
}
.image1 { background-position: -120px 0px; }
.image2 { background-position: -240px 0px; }
.image3 { background-position: -360px 0px; }
.image4 { background-position: -480px 0px; }
.image5 { background-position: -600px 0px; }
.image6 { background-position: -720px 0px; }
.col-md-4 { text-align: center; }
.guessed-letters { border-left: 2px solid; }
.game-controls {
  margin: auto;
  padding-top: 60px;
}
input {
  border: 1px solid #000;
  text-transform: uppercase;
}
.letters {
  letter-spacing: 6px;
  word-wrap: break-word;
}