body, html {
  height: 100%;
  font-family: sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px #ff0000;
}

body {
  /* The image used */
  background-image: url("dixie.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 3em;
}