body {
  background: purple;
}
p {
  color: red;
}
h1 {
  font-weight: bold;
  text-shadow:2px 2px hotpink;

}




