.body {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    color: #000;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 5px 0;
}

.image-header {
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    text-align: center;
}

.image-header img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.pdf-header {
    text-align: left;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
