* {
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #eee;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    background-color: bisque;
}
.container { 
    text-align: center;
     background-color: rgba(12,51,114,.6);

}

#title-image{ 
    display: block;
    margin: 0 auto;
}

#title{
    font-size: 50px;
    color: darkslategrey
}
div{
    padding-bottom: 20px;
    font-size: 24px;
    color: darkslategrey;

}
#wordGuess {
    font-size: 60px;
}
#footer {
    padding: 30px 0 30px 0;
    clear: both;
    font-size: 12px;
    color: #fff;
    color: #ccc;
    text-align: center;
    background: #666;
    border-top: 8px solid #cf940b;
    height: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
   
  }