html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: url(/bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
