body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    position: relative;
}
.pdf-download {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.pdf-download:hover {
    background-color: #0056b3;
}
.buttons {
    margin-top: 20px;
    text-align: right;
}
.buttons a {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
.buttons a:hover {
    background-color: #0056b3;
}
