body {
  background-color: rgb(113, 250, 106);
}
h1 {
  color: blue;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  text-align: center;
}
p {
  color: red;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  text-align: center;
}

p.main {
    text-align: justify;
}