div.center {
  /*margin: auto;
  /*width: 20%;*/
  /*padding: 10%;
  /*text-align: center;*/
}

button.p1 {
  color: green;
  background-color: #ee8;
  border: solid 0.1em green;
  border-radius: 0.4em;
	font-size: 3em;
	font-weight: 900;
	font-family: "Comic Sans MS";
}

p {
	font-size: 1em;
	font-family: "Comic Sans MS";
}

h2 {
	font-size: 1.2em;
	font-weight: 900;
	font-family: "Comic Sans MS";
  color: green;
}