body {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  color: #222;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
}

#main {
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

#title {
  font-size: 2.5em;
  color: #0d47a1;
  margin-bottom: 10px;
}

#desc-1 {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 20px;
}

#img-div {
  margin: 20px 0;
}

#image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; /* centers the image */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

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

#tribute-info {
  margin-top: 30px;
  font-size: 1em;
  text-align: justify;
}

#desc-3 {
  margin-top: 30px;
  font-weight: bold;
}

a {
  color: #1565c0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}