* {
  box-sizing:border-box;
}


body {
  background-color:#FAFAFA;
  margin: 0;
  padding: 0;
}


#tribute-intro {
  display: block;
  background-color: #ECE3D3;
  overflow: hidden;
  padding:0 10px 40px 10px;
}

#title h1{
  color:#3F51B5;
  margin:50px auto 0 auto;
  font-family: "Playfair Display";
  font-size:35px;
  font-weight: bold;
  text-align:center;
}

#subtitle p{
  color:#4A4A4A;
  font-family: "Merriweather", serif;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  font-style: italic;
}

#img-div {
  width: fit-content;
  margin: 60px auto 0 auto;
}

#image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}

#img-caption {
  font-size: 12px;
  margin: 8px 50px 0 50px; /* Problem */
  text-align: justify;
}


#tribute-info {
  padding: 2px 20px 80px 20px;
  text-align: justify;
}

section {
  padding: 0 0 ;
}

h2 {
  color: #3F51B5;
  font-family: 'Merriweather', serif;
  border-bottom: 2px solid #E0E0E0;
  padding-bottom: 5px;
  padding-top:15px;
}

p,ul {
  font-family: "Inter";
  font-size: 1rem;
  color: #4A4A4A;
  line-height: 1.7;
}

blockquote {
  background-color: #FFF3E0;
  border-left: 4px solid #3F51B5;
  padding: 12px 20px;
  margin: 30px 0;
  font-family: "lora";
  color: #37474F;
  font-style: italic;
  border-top-right-radius: 8px;
}

#_1729fig {
  float: right;
  margin:14px 0 0 15px;
}

#_1729img {
  max-width:122px;
  width:100%;
  height:auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/*
#_1729img:hover {
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
}*/ 

#_1729cap {
  display:none;
}



#timeline {
  border-left: solid 4px rgba(63, 81, 181,0.8);
}

table {
  margin-left: 20px;
}

td {
  padding: 5px 0 5px 5px;
  text-align: start;
  vertical-align: top;
  font-family:"Merriweather";
  font-size: 0.95rem;
  color: #5A5A5A;
  line-height: 1.55;
}

th {
  padding: 7px 5px 5px 0;
  text-align: start;
  vertical-align: top;
  font-family: "Inter", sans-serif;
  color: #2E2E2E;
}


#tribute-link {
  font-family: "Poppins";
  color: #2962FF;
  text-decoration: none;
}

#tribute-link:hover {
  text-decoration: underline;
}
    
footer {
  background-color: #1A1A1A;
  overflow: hidden;
  padding: 20px 0;
  
}

footer p {
  color: #999999;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}