body
  {
  background-color: #ABA992;
  background-image: url("bg.jpg");
  background-position: center;
  background-repeat: no-repeat; 
  background-size: 100% 100%;
}

h2 {
  color: yellow;
}


body, html {
    height: 100%;
  }

html {
  overflow-y: scroll;
}

body {
  font-family: MS gothic, arial, sans-serif;
}