body {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
}
#Title {
    font-size: 30px;
    text-align: center;
    z-index: 999;
}
#Undo {   
  color: blue; 
}
.P {
    width: 40px;
    display: inline-block;
}
img {
    height: 60px;
    width: 40px;
}
#Game {   
  border: 0px solid green;
}
#Msg { 
    text-align: center;
    font-size: 30px;
    justify-content: center;
}
.xbuttons {
  color: Black;
  float: left;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  width: 25%;
  height: 70px;
}