body {
  text-align: center;
}

#description {
  text-align: center;
}

p {
  background: blue;
  color:white;
}

#statLink {background : white}

#errorm {
  color : white;
  background-color: red;
}

h1 {
  color: white;
  background-color: blue;
  text-align: center;
}

td, th {
  padding: 0.5;
  border: 1px solid;
}

#board5X8 {
  table-layout: fixed;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}


#board5X10 {
  table-layout: fixed;
  width: 80%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}


#board7X8 {
  table-layout: fixed;
  width: 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}

#board6X9 {
  table-layout: fixed;
  width: 65%;
  height: 65%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}


#board6X10 {
  table-layout: fixed;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: auto;
}


#selector {
  height:100%;
  width:100%;
  margin:0;
}

.playagain {
  margin-left: auto;
  margin-right: auto;
}
