diff --git a/assets/styles/app.scss b/assets/styles/app.scss
index da8b002..bf78d99 100644
--- a/assets/styles/app.scss
+++ b/assets/styles/app.scss
@@ -14,6 +14,15 @@
   //border: 1px solid gray;
 }
 
+// customize some Bootstrap variables
+$primary: #FF8040;
+$jet-black: #0e0e10;
+
+//$body-bg: red;
+$body-color: #8f8f8f;
+
+@import 'bootstrap-dark-5/dist/css/bootstrap-night.min.css';
+
 
 html, body {
   margin: 0;
@@ -23,10 +32,6 @@ html, body {
 }
 
 
-// customize some Bootstrap variables
-$primary: #FF8040;
-$jet-black: #0e0e10;
-//@import "bootstrap/scss/bootstrap";
 
 ///
 
@@ -40,6 +45,7 @@ $jet-black: #0e0e10;
   white-space: nowrap;
   overflow: hidden;
   float: left;
+  background-color: $jet-black;
   transition: min-width 0.5s, max-width 0.5s;
 }
 
@@ -57,7 +63,7 @@ $jet-black: #0e0e10;
 
 #main_content {
   overflow-y: auto;
-  height: calc(100vh - 160px)
+  height: calc(100vh - 180px); // 74px header, 64px header
 }
 
 .form-signin {
@@ -96,3 +102,13 @@ $jet-black: #0e0e10;
   margin-bottom: 10px;
   border-radius: 0 0 0.375rem 0.375rem;
 }
+
+.quote-box {
+  border-left: 1px solid #ff8844;
+  color: #ff8844;
+}
+
+.project-image {
+  width: 200px;
+  margin: 15px;
+}
\ No newline at end of file