body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

#main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#title {
    text-align: center;
    color: #0077cc;
}

#img-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}

#img-caption {
    margin-top: 10px;
    font-style: italic;
    text-align: center;
}

#tribute-info {
    text-align: justify;
    margin-top: 20px;
}
