* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: auto;
text-align: center;
}

h1  {
  font-size: 50px;
  color: white;
  font-family: 'Press Start 2P', cursive;
  margin: 30px;

}
body {
background-image: url(../assets/images/tiger.gif);
height: 650px;
background-size:contain;
}

table td  {
  /*border :1px solid black;*/
  height: 80px;
  width: 90px;
  font-size: 30px;
  text-align: center;
  background-color: white;
  font-family: 'Bungee Inline', cursive;
}
table td:hover {
  cursor: pointer;
  background-image: url(../assets/images/1178.png);
  background-size: contain;
  background-repeat: no-repeat;
}
table tr td {
  border: 4px solid #1e1b36;
  border-style: dashed;
}
table tr:first-child td {
  border-top: 0;
  border-radius: 10px;
}
table tr:last-child td {
  border-bottom: 0;
  border-radius: 10px;
}
table tr td:first-child {
  border-left: 0;
  border-radius: 10px;
}
table tr td:last-child {
  border-right: 0;
  border-radius: 10px;
}
button {
  margin-bottom: 20px;
  width: 200px;
  height: 50px;
  border-radius: 14px;
  font-size: 20px;
  font-family: 'Press Start 2P', cursive;
}
#finalmessage {
  background-color: white;
  border-style: groove;
  display: inline-block;
  font-size: 20px;
  font-family: 'Press Start 2P', cursive;
  margin-top: 10px;
}
