/**
 * Alpacas: Basic Text Formatting
 */
body {
  background: skyblue;
  font-family: sans-serif;
  line-height: 130%;
  padding: 20px;
}

h1 {
  text-align: center;
  font-family: "Comic Sans MS";
  font-size: 35px;
  color: navy;
}

h2 {
  color: hotpink;
  font-style: italic;
}

p {
  font-weight: bold
}

.pageContent {
  background-color: white;
  padding: 30px;
  width: 400x;
  margin-left: auto;
  margin-right: auto;