p {
    font-weight: bold;
    font-size: 50px;
}


td {
border: 1px solid #3f4042;
height: 100px;
width: 100px;
border-style: solid;
border-width: 15px;

}

table{
  position:absolute;
  left:50%;
  margin-left:-200px;
  top:25%;
}

html{

  text-align: center;
  background: #C6FFDD;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  font-family: 'Kirang Haerang', cursive;
  font-family: 'Inconsolata', monospace;


}
