.card {
  width: var(--box-width, 600);
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 5px;
  padding: 15px;
}
.caption {
  width: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0px;
  padding: 15px;
}
body {
  --box-width: 600px;
  font-family: Gudea;
  font-size: 15px;
  width: 1000px;
  margin: auto;
  line-height: 1.5em;
}
#image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
#img-div {
  width: 600px;
  margin: auto;
}

#quote {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}

.largetext {
  font-size: 25px;
  font-weight: bold;
}

.graytext {
  color: gray;
}

#img-caption {
  width: auto;
}
#tribute-info {
  padding: 15px;
}
#title {
  text-align: center;
}
#nav {
  width: 947px;
  position: sticky;
  padding: 5px;
  top: 0;
  margin: 10px auto;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.maincontent {
  float: left;
}
.timelinecard {
  width: 286px;
  height: 1328px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 5px;
  padding: 15px;
}
.sidebar {
  float: right;
  margin: 0 auto 0 0;
}

#timeline {
  float: left;
  width: 6px;
  height: 6px;
  background: gray;
  transition: height 5s ease;
}

.timeline-text {
  margin: 10px 40px;
}