html, body, table {
  width: 100%;
  height: 100%;
  margin: 0px;
}

table { border-collapse: collapse; }

.red { background-color: rgb(219, 34, 36); }
.orange { background-color: rgb(237, 122, 62); }
.yellow { background-color: rgb(237, 187, 21); }
.green { background-color: rgb(70, 193, 147); }
.blue { background-color: rgb(19, 106, 187); }
.purple { background-color: rgb(78, 26, 102); }
