body {
  color: blue;
}

h1 {
  color: green;
}

h2 {
  color: red;
}
p {
  color: red;
}
th, td {
  padding: 3px;
}
tr:hover {background-color: coral;}
#tr:nth-child(even) {background-color: #f2f2f2;}
table, th, td {
  border: 3px solid green;
}
td {
  text-align: left;
  font-size: 63px ;
}
th {
  background-color: #04AA6D;
  color: white;
  font-size: 63px ;
}
