body {
  background: lightblue;
}
p {
  color: blue;
}
h1 {
  font-weight: bold;
  color: blue;
}
h2 {
  color: blue; 
}
h3 {
  color: blue;
}
h4 {
  color: blue;
}