body{
  background:url(backdrop.jpeg);
}

h1{
  color:white;
  text-align:center;
  background:grey;
  font-style:italic;
}

img{
  max-width: 100%;
  height: auto;
}