* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	box-sizing: border-box;
}

#back {
  display: inline-block;
}

#back a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  text-decoration: none;
  color: inherit;
  margin-left: 10px;
}

#img-div {
  display: flex;
  background: #fdfdfd;
  font-style: italic;
  justify-content: center;
  text-align: center;
  padding: 2px;
  margin: 3%;
  border-radius: 3px;
}

#tribute-info {
  width: 800px;
  margin: auto;
  padding-top: 2em;
}

h1 {
  text-align: center;
  font-size: 64px;
  margin: 0px;
  padding-top: 20px;
}

h3 {
  text-align: center;
  font-size: 24px;
  color: rgb(161, 161, 161);
  margin-top: 5px;
}

footer {
  padding-bottom: 2em;
}

main {
  background: rgb(238, 238, 238);
  border-radius: 5px;
}

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

p {
  text-align: center;
}

li {
  padding: 0.5em;
  color: rgb(61, 61, 61);
}

.quote {
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon-container {
  display: flex;
  justify-content: center;
}

.icon {
  width: 30px;
  flex-direction: row;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer; 
}

@media (max-width: 800px) {
  #tribute-info { width: 90vw; }
  h1 { font-size: 8vw; }
	h3 { font-size: 3vw; }
}
