77 font-family : sans-serif;
88 margin : 0 ;
99 background-color : # 000 ;
10- color : # 0f0 ;
10+ color : rgb ( 1 , 113 , 1 ) ;
1111 display : flex;
1212 flex-direction : column;
1313}
@@ -34,7 +34,7 @@ header {
3434 position : relative;
3535 font-family : "Orbitron" , sans-serif;
3636 font-weight : 400 ;
37- font-size : 10 em ;
37+ font-size : 8 em ;
3838 color : transparent;
3939 -webkit-text-stroke : 1px # eee ;
4040 text-shadow : 0 0 5px # fff, 0 0 10px # fff, 0 0 15px # 00ffde, 0 0 20px # 00ffde,
@@ -52,6 +52,21 @@ header {
5252 text-shadow : 0 0 10px # 0f0, 0 0 20px # 0f0 ;
5353}
5454
55+ .sub-header {
56+ background : rgba (0 , 255 , 0 , 0.1 );
57+ backdrop-filter : blur (4px );
58+ -webkit-backdrop-filter : blur (4px );
59+ border : 2px solid rgba (5 , 114 , 5 , 0.304 );
60+ padding : 0px 0px 0px 32px ;
61+ text-align : left;
62+ width : 100% ;
63+ margin : 0 0 0 ;
64+ box-sizing : border-box;
65+ color : # 0f0 ;
66+ font-style : italic;
67+ clip-path : polygon (2% 0 , 98% 0 , 100% 100% , 0 100% );
68+ }
69+
5570.container {
5671 display : flex;
5772 padding : 2rem ;
@@ -63,12 +78,12 @@ header {
6378.left-panel {
6479 width : 200px ;
6580 background : rgba (0 , 255 , 0 , 0.1 );
66- backdrop-filter : blur (10 px );
67- -webkit-backdrop-filter : blur (10 px );
68- border : 1px solid rgba (0 , 255 , 0 , 0.2 );
69- border-radius : 15 px ;
70- padding : 1 rem ;
71- text-align : center ;
81+ backdrop-filter : blur (4 px );
82+ -webkit-backdrop-filter : blur (4 px );
83+ border : 1px solid rgba (5 , 114 , 5 , 0.304 );
84+ border-radius : 0 px ;
85+ padding : 0 rem ;
86+ text-align : left ;
7287 flex-shrink : 0 ; /* prevent panel from shrinking */
7388}
7489
@@ -100,6 +115,22 @@ main a {
100115 transition : color 0.3s , text-shadow 0.3s ;
101116}
102117
118+ main h1 ,
119+ h2 ,
120+ h3 ,
121+ h4 ,
122+ h5 ,
123+ h6 {
124+ font-family : "Orbitron" , sans-serif;
125+ color : rgb (30 , 139 , 30 );
126+ text-shadow : 0 0 10px rgb (45 , 144 , 45 );
127+ }
128+ main p {
129+ font-family : "Orbitron" , sans-serif;
130+ line-height : 1.2rem ;
131+ font-size : 1.1rem ;
132+ }
133+
103134main a : hover {
104135 color : # fff ;
105136 text-shadow : 0 0 5px # 0f0 ;
0 commit comments