body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #2d3436;
  background-image: linear-gradient(315deg, #2d3436 0%, #000000 74%);
  color: white;
}

#title {
  text-decoration: underline;
  border-radius: 5%;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#image {
  width: 100%;
  max-width: 602px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5%;
}

ul,
li {
  max-width: 800px;
}

#tribute-info {
  font-size: 0.875rem;
}
