
.pdf-download-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

#pdf-download-btn {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: center;
}

#pdf-download-btn:hover {
    background-color: #333;
}

.pdf-icon {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
