table{
  border:double 6px #000000;
  margin:20px;
}
td{
  border:solid 1px #000000;
  width:50px;
  height:20px;
}
th{
  border:solid 1px #000000;
  width:50px;
  height:20px;
}
.row{
  font-weight:bold;
  font-size:18px;
  background-color:rgba(255,0,0,0.5);

}
.column{
  font-weight:bold;
  font-size:18px;
  background-color:rgba(0,0,255,0.5);
  width:80px;
  height:20px;
}
.title{
  background-color:#FFFF00;
  border:none; 
  text-align:center;
}
h1{
  color:#FF0000;
}