/* External stylesheet — linked from complete.html and Try It example 6 */
body {
  font-family: Georgia, serif;
  background-color: #f0f0f0;
  margin: 0;
  padding: 2rem;
  color: #333;
}

h1.intro {
  color: navy;
  margin-bottom: 0.5rem;
}

p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 40rem;
}

a {
  color: #2563eb;
}

a:hover {
  text-decoration: underline;
}
