body {
  background: lightblue;
}
h3 {
  color:darkgreen;
}
h1 {
  font-weight: bold;
}
h2 {color: rgb(50,168,151)}