body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
}

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

img {
  display: block;
  max-width: 100%; /* Set max-width to 100% */
  margin: 0 auto;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

h1 {
  color: #333;
  margin-bottom: 5px;
}

.subtitle {
  color: #666;
}

#img-section {
  text-align: center;
}

#img-caption {
  color: #777;
  margin-top: 10px;
}

#tribute-info {
  color: #333;
}

h2 {
  color: #333;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.list-item-icon {
  font-size: 24px;
  color: #3498db;
  margin-right: 10px;
}

.list-item-content {
  flex-grow: 1;
}

blockquote {
  background-color: #f0f0f0;
  padding: 10px;
  border-left: 4px solid #3498db;
  margin: 15px 0;
}

cite {
  display: block;
  text-align: right;
  color: #555;
}

.closing {
  margin-top: 20px;
  text-align: center;
}

#tribute-link {
  color: #3498db;
  text-decoration: none;
  font-weight: bold;
}

#tribute-link:hover {
  text-decoration: underline;
}
