.bg {
  background-image: url("https://www.himignation.com/images/himignation.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
  min-height: 100vh;
  width: 100%;
}
