* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins;
  color: white;
}

body {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(imgs/chesterimg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
}
#title {
  padding: 40px 0 30px;
  text-align: center;
  margin: 0 auto;
}
#main {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}
#image {
  max-width: 100%;
  outline: 2px solid white;
  outline-offset: -0.5em;
}
#img-div {
  margin-bottom: 50px;
}
#tribute-info {
  text-align: left;
  line-height: 30px;
}
#tribute-info p {
  margin-bottom: 20px;
}
.link {
  padding: 40px 0 40px;
}

@media (max-width: 700px) {
  #image {
    max-width: 100%;
    height: 200px;
  }
  #tribute-info p {
    font-size: 12px;
    line-height: 20px;
  }
}
