*,
*::before, 
*::after {
  box-sizing: border-box;
}

html {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

nav p{
  color: rgb(32, 6, 92);
  font-weight: 600;
}

nav * {
  display: inline;
}

nav li {
  margin: 20px;
}

nav li a {
  color: black;
  text-decoration: none;
}

li a:hover {
  box-shadow: 0 8px 16px 0 rgba(54, 53, 53, 0.2);
}

#main {
  background-color: rgba(238, 236, 238, 0.25);
  background-image: linear-gradient(166deg, rgb(238, 236, 238), rgb(234, 236, 236));
  border-radius: 8px;
  font-family: "Times New Roman", Times, serif;;
  color: #333;
  padding: 2rem 3rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 40px 0;
  padding: 0;
}

#title {
  font-size: 2em;
}

header p {
  color: rgb(121, 120, 120);
  text-align: center;
}

#img-div {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 1rem 2rem;
  width: 90vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#image {
  min-width: 70vw;
}

#img-caption {
  color: rgb(92, 91, 91);
  font-size: 1.1em;
  text-align: center;
  padding-top: 15px;
}

#tribute-info h3{
  color: rgb(58, 57, 57);
  font-size: 1.5em;
  text-align: center;
  padding-top: 15px;
}

.tribute-date {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

#tribute-info {
  display: flex;
  flex-direction: column;
  width: 50vw;
}

#tribute-info p:last-child {
  color: rgb(58, 57, 57);
  font-size: 1.2em;
  font-style: italic;
}

.link {
  font-weight: 600;
  font-size: 1.2em;
  padding: 20px 0 40px 0;
}
