.tile{
  width:25px;
  height:30px;
  border:3px inset;
  padding:0px;
  cursor:pointer;
}
.selected{
  border-color:gold;
  
}
.red{
  background-color:red;
  
}
.blue{
  background-color:blue;
  
}
.green{
  background-color:green;
  
}
.yellow{
  background-color:yellow;
  
}
.gamegoeshere{
  width:400px;
  height:465px;
  
}