.privacy_btn{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.privacy_btn div{
    width: 100px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 40px;
    font-size: 14px;
}
.privacy_btn .download_btn{
    background-color: #dc0737;
    color: white;
}
.privacy_btn .print_btn{
    border: 1px solid #666;
    color: black;
}