.container1 {
  font: 1.2em / 1.5 sans-serif;
}

h1 {
  color: blue;
}

h2 {
  background-color: blue;
  color: white;
}

span {
  font-size: 200%;
}