body {
  margin: 60px;
  font-family: serif;
  background: steelblue;
}

h1 {
  color: white;
  font-size: 24px;
  text-shadow: 1px 1px 2px black;
}

p {
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 2px black;
  line-height: 1.8;
}