body {
  font-family: Arial;
}

h1 {
  text-align: center;
  font-size: 65px;
  text-transform: uppercase;
}
h2 {
  text-align:center;
}
h3 {
  text-align:center;
}
#tribute-info {
text-align: left;
width: 40%;
position:relative;
left: 30%;
}
#quote {
  text-align: center;
  font-style: italic;
}
.tribute-refer {
  text-align: center;
}

#img-caption {
  width: 400px;
}


#image {
display: block;
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 100%;
justify-content:center;
}
img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}
