html {
  height: 100%;
}

body {
  background-image: url("../templates/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  min-height: 100%;
  margin: 0;
}
