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

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

h2  {
  color:orange;
}

p {
  font-weight: bold;
  font-style: italic;
}

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