body {
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 1.6;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

li {
    margin: 0 10px;
}

img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}


.pdf-wrapper {
    text-align: left;
    display: inline-block;
}
