/* Style the body */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background: black;
  text-align: center;
  color: white;
  font-size: 24px;
  padding: 80px;
}

p {
   font-size: 24px;
}