body, html {
  height: 100%;
}

html {
  background-image: url("/holub.jpg");

  height: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
