diff --git a/site/stylesheet.css b/site/stylesheet.css
index 89a5f2f..0fd2fb1 100644
--- a/site/stylesheet.css
+++ b/site/stylesheet.css
@@ -43,29 +43,32 @@ h1, h2, h3, h4, h5, h6 {
 
 h1.title {
     border-bottom: none;
-    background-color: #0c191c;
     margin-top: 0;
-    border-radius: 0 0 80px 80px;
 }
 
 h2 {
     border-bottom: 2px dotted #839496;
+    margin-left: 5px;
 }
 
 h3 {
     border-bottom: 2px dashed #839496;
+    margin-left: 10px;
 }
 
 h4 {
     border-bottom: 1px solid #839496;
+    margin-left: 15px;
 }
 
 h5 {
     border-bottom: 1px dotted #839496;
+    margin-left: 20px;
 }
 
 h6 {
     border-bottom: 1px dashed #839496;
+    margin-left: 25px;
 }
 
 ul, ol, dl {
@@ -83,7 +86,7 @@ p {
 }
 
 pre {
-    background-color: #252a2b;
+    background-color: #222224;
     color: #eeeeec;
     margin: 20px 0 20px 40px;
     border-radius: 10px;
@@ -96,15 +99,15 @@ td, th {
 
 #content {
     width: 750px;
-    margin: 0 auto;
     text-align: justify;
 }
 
-.dlmenu {
-    text-align: center;
+#content h1 {
+    overflow: visible;
+    white-space: nowrap;
 }
 
-.title {
+.dlmenu {
     text-align: center;
 }
 
@@ -114,13 +117,7 @@ td, th {
 .outline-text-4,
 .outline-text-5,
 .outline-text-6 {
-    background-color: #0c191c;
     padding: 1px 20px;
-    -moz-border-radius: 40px;
-    -webkit-border-radius: 40px;
-    -o-border-radius: 40px;
-    -ms-border-radius: 40px;
-    border-radius: 40px;
 }
 
 #postamble {