html, body {
  height: 100%;
  margin: 0;
}

body {
  background: url("tlo.png") no-repeat center center fixed;
  background-size: cover; /* na cały ekran */
}
