
body {
    color: navy;
    background-color: pink;
    font-family: "helvetica";
 }

h1 {
	font-family: "helvetica";
	font-size: 70px;
}

p {
  font-size: 30px;
}

li {
    font-size: 30px;
}


h2 { 
	font-size: 55px;
}
