body {
  font-family: "Georgia", serif;
  background: linear-gradient(to right, #e5e7e8, #5a9dcd);
 margin:0px;
 padding:0px;
  line-height: 1.6;
  color: #333;
}
#main {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  text-align: center;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 0.1em;
  color: #0c4395;
}
.phrase{
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  margin-top:15px;
}
#img-div {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.5);
  margin-bottom: 30px;
}
#image{
  max-width:100%;
  height: auto;
  display: block; 
  margin: 0 auto; 
  border-radius: 10px;
}
#img-caption {
  margin-top: 10px;
  font-size: 16px;
  color: #444;
}
#tribute-info h3 {
  color: #0d47a1;
  text-align:center;
}
#tribute-info{
  text-align: left;
  font-size:18px;
  margin-top: 20px;
}
.link {
  margin-top: 15px;
  font-weight: bold;
}
a {
  color: #1565c0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}