diff --git a/templates/export_certificate.html b/templates/export_certificate.html
index f7617f91ff741fd69bbb629ef16827b7f6d18e0f..f14d642a2c742aa8b1387dec7d6fdb968bd5041d 100644
--- a/templates/export_certificate.html
+++ b/templates/export_certificate.html
@@ -30,10 +30,10 @@ The file should by protected (encrypted) by a password (empty password is possib
 </form>
 
 <h2>PEM format (.crt, .key)</h2>
+<p>In PEM format, certificate and private key are stored separately. Encryption is not supported.</p>
 <p>
-Certificate and private key are stored separately in PEM format. Encryption is not supported.<br>
-<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-cert">Download certificate (.crt)</a><br>
-<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-key">Download private key (.key)</a>
+<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-cert"><button>Download certificate (.crt)</button></a>
+<a href="{{ url_for('export_certificate') }}?token={{token}}&amp;format=pem-key"><button>Download private key (.key)</button></a>
 </p>
 
 </body>