#main {
    background: #f2f2f2;
    color: #262626;
    max-width: 100vw;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  h1 {
    color: #262626;
    text-align: center;
    margin: 10vm 0 10vm 0;
    font-size: 50px;
  }
  h2{
    text-align: center;
    font-size: 30px;
    margin: 5% 0 0 0;
  }
  #img-div{
    width: 80vw;
    background: white;
    padding: 5% 5% 5% 5%;
    border-radius: 1%;
  }
  #image {
    display: block;
    align-content: center;
    max-width: 90%;
    height: auto;
    margin: auto;
  }
  #img-caption{
    margin: 5% 0px 0px 0px;
    text-align: center;
    font-size: 20px;
  }
  #tribute-info {
    text-align: justify;
    font-size: 20px;
    margin: 5% 25% 5% 25%;
  }
  footer {
    text-align: center;
    font-size: 20px;
    margin: 0% 0% 3% 0%;
    font-weight: bold;
  }
  @media (max-width: 450px) {
   #tribute-info {
    text-align: justify;
    font-size: 15px;
    margin: 5% 5% 10% 5%;
    }
    #img-caption{
    margin: 5% 0px 0px 0px;
    text-align: center;
    font-size: 15px;
  }
    h1 {
    color: #262626;
    text-align: center;
    margin: 10vm 0 10vm 0;
    font-size: 40px;
  }
    footer {
    text-align: center;
    font-size: 15px;
    margin: 0% 0% 3% 0%;
    font-weight: bold;
  }
  }