body {
  background: cyan;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  font-family: cursive;
  color: aqua;
  text-align: center;
  font-size: 70px;
}

li {
  font-family: monospace;
  color:magenta;
  font-size: 22px;
}
h2 {
  font-size: 40px;
  color:black;
  text-align: center;
  text-decoration-style: wavy;
  font-family: cursive;
  
}
h3 {
  font-size: 30px;
  text-align: center;
  color: orangered
}

p { 
  font-weight: bold;
  color: silver;
  font-family: fantasy;
  font-size: 20px;
}

p2 {
  font-weight: 1000;
  color: powderblue;
  font-size: 15px;
}

p3 {
  font-weight: 1000;
  color: powderblue;
  font-size: 15px;
}

a {
  font-size:40px;
}

