* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 30px;
  background-color: .eee;
}

.title {
  text-align: center;
}

.subtitle {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img-container {
  padding: 30px;
  background-color: .fff;
  text-align: center;
  background-size: cover;
  background-position: top;
}

.tribute-container {
  width: 100%;
}

.img-div .img-caption {
  font-size: 1px;
  text-align: center;
}

.tribute-info ul li{
  font-size: 12px;
}

.tribute-info p {
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
}

.tribute-info li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-size: 1px;
  width: 30%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tribute-info span {
  font-weight: 600;
}

.quote {
  padding: 30px 0;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  width: 30%;
  margin: 0 auto;
}

.external-link {
  text-align: center;
}

.external-link a {
  text-decoration: underline;
}
