*{ padding: 0; margin: 0;}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  background: url("../images/bg.png");
  background-size: cover;
}