body {
  background-color: lightblue;
  font-family: arial;
}

h1 {
  text-align: center;
}

.audience {
  text-align: left;
}

.headline {
  text-transform: uppercase;
}

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