@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  background-image: url("https://wallpapers.com/images/high/worn-paper-texture-png-97-5apxlhxg3glplmie.png");
  background-repeat: no repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  font-size: 2vh;
}

header {
  padding-top:60px;
}

h2 {
  text-align: center;
}

.date {
  font-weight: 800;
}

#tribute-info {
  text-align: left;
}

ul {
  padding-left: 10%;
  padding-right: 6%;
  font-size: 2vh;
}

main {
font-size: 2vh;
}

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

#quote {
  text-align: center;
  font-style: italic;
  font-size: 2vh;
}

#tribute {
  margin-bottom: 30px;
}