body {
  background-color: lightgray;
}

h2 {font-size: 20px; color: blue}

p {text-indent: 20px}

th {color: blue; font-size: 20px}

table, th, td {
  border:2px solid black;
}

h1 {color: blue}
