diff --git a/css/master.css b/css/master.css
index 851dc63..e955ad6 100644
--- a/css/master.css
+++ b/css/master.css
@@ -49,9 +49,20 @@ body {
background-color: black;
}
+#fader {
+ height: 150px;
+ background-color: var(--color-pallete-red);
+ background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
+ display: block;
+}
+
+.content-title {
+ padding: 20px 0 20px 0;
+}
+
.content-break {
width: 45vw;
height: 2px;
- background-color: red;
- color: red;
+ border-color: red;
+ margin: auto;
}
\ No newline at end of file
diff --git a/index.html b/index.html
index 6538c08..65f8055 100755
--- a/index.html
+++ b/index.html
@@ -29,15 +29,15 @@