/* General reset */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: #f4f4f9;
  color: #333;
  text-align: center;
}

#title {
  margin-bottom: 20px;
  font-size: 2.5em;
}

/* Image section */
#img-div {
  margin: 0 auto;
  max-width: 600px;
}

#image {
  display: block;           /* required */
  max-width: 100%;          /* required */
  height: auto;             /* required */
  margin: 0 auto;           /* center horizontally */
  border-radius: 10px;
}

#img-caption {
  margin-top: 10px;
  font-size: 0.9em;
  color: #555;
}

/* Info section */
#tribute-info {
  margin: 30px auto;
  max-width: 800px;
  text-align: justify;
}

/* Link styling */
#tribute-link {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}

#tribute-link:hover {
  text-decoration: underline;
}
