body {
  background-color: DodgerBlue;
  color: White;
}
h1 {
  font-weight: bold;
  font-size: larger;
  color: white;
  margin-left: 10px;
}
h2 {
  font-weight: bold;
  font-size: smaller;
  color: white;
  margin-left: 20px;
  line-height: 0.8;
}
