#title {
  text-align:center;
  color:blue;
}
p{
  text-align:center;
  font-weight:bold;
}
img {
max-width:100%;
height:auto;
display:block;
margin-left: auto;
margin-right: auto;
}
#img-div{
height:700px;
width:900px;
padding-left:300px;
}
#img_source{
  background-color:#C0C0C0;
  padding-down:100px;
}
figcaption {
  text-align:center;
  font-weight:bold;
}
 #biography{
   padding-left:20px;
 }
#tribute-info{
  font-size:150%;
}
li{
  margin:0px 0px 50px 0px;
}
#text{
  box-shadow: 10px 10px black;
  background-color: silver;
}
#quotes{
  background-color:yellow;
  text-align:center;
  margin: 50px 400px;
  box-shadow: 10px 10px grey;
  border-radius: 5px;
  height: 50px;
}
#tribute-link:hover{
  color:Red;
}
