body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
}

#main {
    max-width: 800px;
    margin: 50px auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#title {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

#img-div {
    text-align: center;
    margin-bottom: 20px;
}

#image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}

#img-caption {
    font-size: 1em;
    color: #555;
    margin-top: 10px;
}

#tribute-info {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

#tribute-link {
    font-size: 1.1em;
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

#tribute-link:hover {
    text-decoration: underline;
}
