body,html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
}
main{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-items: center;
}
#title,#description{
    text-align: center;
}
#title{
    margin-top: 70px;
    font-size: 40px;
    color: rgb(69, 69, 69);
}
#description{
    font-size: 17px;
    margin-top: -10px;
    color: rgb(69, 69, 69);
}
#img-div{
    width: 100%;
    padding: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#image{
    max-width: 100%;
    align-self: center;
    display: block;
    padding-right: 50px;
}
#image{
    height: auto;
}
#img-caption{
    text-align: center;
    margin-top: 20px;
}
#tribute-info{
    text-align: center;
}
#info{
    width: 40pc;
    margin: 0 auto;
    font-size: 18px;
}
#foot{
    text-align: center;
    font-size: 20px;
}
#foot a{
    font-weight: bold;
}