body {
  /*  
  background-image: url(../images/star.png);
  background-attachment: fixed;
  background-size: 24px 24px;
  */

  background: url(images/star.png) 24px 24px fixed;
}

h1 {
  /*
  background-color: #03A9F4;
  background-image: url(../images/hart.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  */

  background: #03A9F4 url(images/hart.png) no-repeat 98% center;
}

.bg1 {
  background-color: #eee;
}

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