h1 {
  color: white;
  margin-left: 20px;
  font-family: sans-serif;
}

body {
 background-image: url("/images/IMG_0092.jpeg");
 background-color: #cccccc;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

}


