#title {
  text-align: center;
  font-family: Bangers;
  font-size: 70px;
}

#paragraph1 {
  text-align: center;
  font-family: Bangers;
  font-size: 30px;
}
html {
  background: linear-gradient(0deg, black, gold);
}
.align {
  text-align: center;
}
#main {
  background-color: white;
  margin: 10px 50px 10px 50px;
  border-radius: 10px;
}
#image {
  display: block;
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
#img-div {
  background: red;
  margin: 20px;
  border-radius: 10px;
}
#img-caption {
  text-align: center;
  color: yellow;
  font-family: Bangers;
  font-size: 30px;
}
#tribute-info {
  font-family: Bangers;
}

ul {
  list-style-position: inside;
  font-size: 30px;
}
#table {
  display: table;
  margin: auto;
  padding-bottom: 75px;
}
#footer {
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: arial;
}
.small-text {
  font-size: 10px;
  font-family: arial;
}
