body {
  background: url('./images/home.background.jpg'); center center fixed; 
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  color: #fff;
  padding: 25px;
  font-family: sans-serif;
}
