body,.background {
  position: fixed;
  z-index: 0;
  background-image: url('../images/desk.jpg');
  height: 100%;
  width: 100%;
  min-height: 100%;
  display: table;
  background-position: top center;
  background-size: cover;
}
