body {
  background-image: url(../images/star.png);
}

h1 {
  background-color: #03A9F4;
  background-image: url(../images/hart.png);
  background-repeat: no-repeat;
}

.bg1 {
  background-color: #eee;
}

.bg2 {
  background-color: rgba(0, 0, 0, 0.3);
}