diff --git a/static/css/style.css b/static/css/style.css
index 1305848..0e12ff8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -196,12 +196,32 @@ h1 {
   line-height: 1;
 }
 
-#article h2 {
-  font-size: 36px;
+#article h2, h3, h4, h5, h6{
   margin-top: .75em;
   margin-bottom: .75em;
 }
 
+#article h2 {
+  font-size: 36px;
+}
+
+#article h3 {
+  font-size: 30px;
+}
+
+#article h4 {
+  font-size: 25px;
+}
+
+#article h5 {
+  font-size: 22px;
+}
+
+#article h6 {
+  font-size: 22px;
+  text-decoration: underline;
+}
+
 #article p {
   margin-top: 1em;
   font-size: 18px;
@@ -212,13 +232,17 @@ h1 {
   margin: 40px auto;
 }
 
-blockquote p {
+blockquote {
   background-color: #1B1B42;
   padding: 10px;
   padding-left: 20px;
   border-left: 5px solid aliceblue;
 }
 
+blockquote p, strong, em {
+  background-color: inherit;
+}
+
 pre, code {
   font-family: DejaVu Sans Mono;
   font-size: 16px;