/* this is CSS */

body {
  background-color: lightblue;
}
h1 {
  color: white;
  text-align: left;
}
p {
  font-family: verdana;
  font-size: 20px;
}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 10px;
}
th {
  text-align: left;
}
table {
  border-spacing: 5px;
}