html {
  background: url("../img/dragon_new.png") no-repeat top center fixed;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-color: black;
}

* {
  margin: 0;
}

