html {
  background-color: rgb(255, 255, 255);
}
html, body {
  height: 100%;
  margin: 0px;
}
body {
  background-image: url('HK.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
