body{
  background-color: #fefefe;
}
#main{
  display: flex;
  justify-content: center;
  flex-flow: column;
  font-size: 18px
}

#title{
  display: flex;
  justify-content: center;
  margin: 15px;
}
#img-div{
  padding: 10px;
  margin: 0px;
  text-align: center;
}
#image{
  max-width: 100%;
  height: auto;
}
#img-caption{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 15px;
}
#tribute-info{
  align-self: center;
  max-width: 800px;
}
#headline{
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 25px;
}
#tribute-link{
  color:  #68a1d3;
}
#quote{
  margin-top: 50px;
  margin-bottom: 20px;
  font-style: italic;
}
#wiki{
  margin-top: 50px;
}
h1{
  font-size: 50px
}
li{
  margin-top: 12px;
}

