.digits{
  color: white;
  font-size: 50px;
  width: 60px;
  border: solid 3px red;
  border-radius: 60px;
  display: inline-block;
  outline:none;
}

#input{
  text-align: center;
  background-color: black;
}
.numPad-btn{
  background-color: black;
  color: white;
  font-size: 30px;
  width: 40px;
  border: solid 3px red;
  border-radius: 40px;
  display: inline-block;
  outline:none;
}

.numPad-row{

}


.logo{
  border-radius: 100%;
  background-color: white;
  color: black;
}
.game{
  padding: 50px 0px 50px 0px;
  background-color: black;

}

.bombImg{
  width: 50px;

}

#part2Guess{
  color: white;
  font-size: 50px;
  width: 0px;
  /*border: solid 3px red;*/
  border-radius: 60px;
  /*display: inline;*/
  outline:none;
  display: none;

}
#result{
  color: red;
}

body{
  background-image: url("https://s-media-cache-ak0.pinimg.com/originals/f8/a3/b9/f8a3b9852df2a9b24ca019401a56068c.jpg");
  background-repeat: no-repeat;
  /*background-size: contain;*/
  height: 100%;
}

#timer{
  background: white;
  font-size: 60px;
  color: red;
  display: none;
}

#mistakes{
  background: white;
  font-size: 60px;
  color: red;
  
}
