body {
  width: 50em;
  margin: 0;
}

h1 {
  text-align: center;
  font-size: x-large;
  padding: 1em;
}

section {
  margin: 5px;
}

h2 {
  font-size: large;
}

q {
  font-style: italic;
}

img {
  width: 200px;
}

p.pssst {
  font-style: italic;
  color: black;
  background-color: black;
}

p.pssst span.pssst {
  background-color: white;
}

p.pssst:hover {
  background-color: white;
}

p.pssst a {
  color: black;
}

p.pssst:hover a {
  color: blue;
}
