body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
}

#main {
  text-align: center;
  padding: 40px;
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

#img-div {
  margin: 20px auto;
}

#image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#img-caption {
  font-style: italic;
  margin-top: 10px;
  color: #777;
}

#tribute-info {
    margin-bottom: 30px;
    text-align: justify;
    color: #555;
  }
  
  #tribute-info p {
    font-size: 18px;
    line-height: 1.6;
  }
  
  #tribute-info ul {
    list-style-type: disc;
    margin-left: 30px;
  }
  
  #tribute-info li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  
  #tribute-info a {
    color: #337ab7;
    text-decoration: none;
  }
  
  #tribute-info a:hover {
    text-decoration: underline;
  }
  
  

#tribute-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #337ab7;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#tribute-link:hover {
  background-color: #135c9e;
}
