h3{
  font-size: '22';
  font-family: Arial;
  text-align: center;
  color: green;
}

#rematch {
  font-size: '40';
  font-family: Arial;
  text-align: center;
  color: green;
}

#message {
  font-size: '40';
  font-family: Arial;
  text-align: center;
  color: green;
}

#player {
  font-size: '20';
  font-family: Arial;
  text-align: center;
}

#turn {
  font-size: '20';
  font-family: Arial;
  text-align: center;
}

.spelplan table{
    margin:auto; 
    border-collapse: separate;
    white-space: nowrap;
    table-layout: fixed;
    width: 350px;
  }

  .spelplan td {
    position: relative;
  }


.spelplan button {
  border: 5px black solid;  
  width: 100px;
  height: 100px;
  min-width: 100%;
  max-width: 100%;
  background-color: white;
  cursor: pointer;
}

  .spelplan input[type="submit"] {
    box-sizing: border-box;
    margin: 5px 5px 5px 5px;
    background-color: green;
    padding: 1px;
    box-sizing: border-box;
    /*padding: 10px 24px;  Some padding */
    cursor: pointer; /* Pointer/hand icon */
    /*float: left;  Float the buttons side by side */
  }

  #rematchButton {
    border: 1px black solid;  
    width: 100px;
    height: 30px;
    background-color: gray;
    position: absolute;
    left: 45%;
  }

  /*.score {
    font-size: '22';
    font-family: Arial;
    color: rgb(25, 255, 40);
    text-align: center;
  }
  
   Clear floats (clearfix hack) 
  .spelplan:after {
    content: "";
    clear: both;
    display: table;
  }
  
  .spelplan button:not(:last-child) {
    border-right: none; /* Prevent double borders 
  }
  */
  /* Add a background color on hover */