body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-color: #f0f0f0;
  margin: 0;
  padding: 20px;
}

#main {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#img-caption {
  margin-top: 10px;
  font-style: italic;
}

#tribute-info {
  margin: 20px 0;
  line-height: 1.6;
}

#tribute-link {
  color: #0077cc;
  text-decoration: none;
  font-weight: bold;
}
#tribute-link:hover {
  text-decoration: underline;
}
