p {
 margin-top: 0;
 margin-bottom: 0;
}

.two-column {
  column-count: 2;
  column-gap: 40px;
}
.dkpdf-button {
    font-family: roboto;
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
    margin-top: -60px;
    margin-bottom: -60px;
}
.dkpdf-button:hover {
  color: #ff0000;
}