body {
  background: magenta;
}
p {
  color: black;
}

h1 {
  font-weight: bold;
  font-family: cursive;
  color: aqua;
  text-align: center;
  font-size: 60px;
}

h2 {
  font-weight: inherit;
  font-family: monospace;
  color: lime;
  text-align: center;
  font-size: 40px;
}
h3 {
  font-weight: inherit;
  font-family: ;
  color: blue;
  text-align: center;
  font-size: 30px;
}




