html {
  background: url("./assets/main_image.jpg") no-repeat center center fixed;
  background-size: contain;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
