body {
    font-size: 15pt;
    background-color: yellowgreen;
}
h1{
  color: rebeccapurple;
}
h2{
  color: darkorange;
}
p{
  color: hotpink
}