diff --git a/crypto.html b/crypto.html
index e7a91a8a..5a22888f 100644
--- a/crypto.html
+++ b/crypto.html
@@ -24,6 +24,28 @@
body {
padding: 50px 0;
}
+
+
+ h1, h2, h3, h4, h5, h6 {
+ margin-top: 0;
+ }
+
+ h1 {
+ font-size: 32px;
+ }
+
+ h2 {
+ font-size: 24px;
+ }
+
+ h3 {
+ font-size: 18px;
+ }
+
+ h4 {
+ font-size: 14px;
+ font-weight: bold;
+ }