1+
2+
3+
14.custom-box {
25 background-color : # f0f0f0 ;
36 padding : 20px ;
1114}
1215
1316body {
14- font-family : 'Poppins' , sans- serif;
17+ font-family : Palatino , "Palatino Linotype" , "Book Antiqua" , "Hoefler Text" , Georgia , "Lucida Bright" , Cambria , Times , "Times New Roman" , serif;
1518 padding-top : 120px ;
1619 background-size : 150px 150px ;
1720}
2326 width : 100% ;
2427 box-sizing : border-box;
2528 display : block;
26- background-color : # 007d32 ;
27- background-image : linear-gradient (to bottom, rgba ( 0 , 160 , 45 , 0.964 ) , # 003808 );
29+ background-color : # 272c27ef ;
30+ background-image : linear-gradient (to bottom, # 001f08 , # 272c27 );
2831 z-index : -1 ;
2932}
3033
6770/* Styling for the section with background image */
6871.hero-section {
6972 /* Add your image URL here */
73+ font-family : "Roboto" , Corbel, Avenir, "Lucida Grande" , "Lucida Sans" , sans-serif;
7074 background-size : cover;
7175 background-position : center;
7276 padding : 30px 0 ;
@@ -79,11 +83,13 @@ nav {
7983}
8084
8185.hero-text {
86+ font-family : "Roboto" , Corbel, Avenir, "Lucida Grande" , "Lucida Sans" , sans-serif;
8287 font-size : 2rem ;
8388 margin-bottom : 20px ;
8489}
8590
8691.hero-text ::first-line {
92+ font-family : "Roboto" , Corbel, Avenir, "Lucida Grande" , "Lucida Sans" , sans-serif;
8793 float : left;
8894}
8995
@@ -97,10 +103,14 @@ nav {
97103
98104.custom-card a {
99105 text-decoration : none;
100- color : black ;
106+ color : rgb ( 255 , 255 , 255 ) ;
101107 text-wrap : balance;
108+ font-family : "Palatino" , "Palatino Linotype" ;
109+ font-weight : 500 ;
110+ letter-spacing : 0.3px ;
102111}
103112
113+
104114.custom-button {
105115 background : linear-gradient (135deg , # 56ddcd, # 33b5a6 );
106116 margin-left : 10px ;
@@ -202,7 +212,7 @@ nav {
202212 transform : translateX (-50% );
203213 width : 100% ;
204214 max-width : 1200px ;
205- background : linear-gradient (135deg , # 0f4017 , # 008015 );
215+ background : linear-gradient (135deg , # 0C4B33 , # 007749 );
206216 backdrop-filter : blur (10px );
207217 -webkit-backdrop-filter : blur (10px );
208218 z-index : 1000 ;
@@ -480,7 +490,7 @@ nav {
480490 }
481491
482492 .inner-btn : nth-child (2 ) {
483- background : linear-gradient (135deg , # 00ffcc, # 0099ff );
493+ background : linear-gradient (135deg , # 00ffcc, # 44b78b );
484494 }
485495
486496 .inner-btn : nth-child (3 ) {
@@ -522,7 +532,7 @@ nav {
522532
523533 .menu-item : hover {
524534 background-color : # f0f0f0 ;
525- color : # 007bff ;
535+ color : # 44b78b ;
526536 }
527537
528538 .menu-item i {
@@ -620,7 +630,7 @@ nav {
620630 user-select : none;
621631 padding : 8px 12px ;
622632 border-radius : 8px ;
623- background : linear-gradient (135deg , # 002b5b , # 004080 );
633+ background : linear-gradient (135deg , # 003612 , # 44b78b );
624634 box-shadow : 0 4px 8px rgba (0 , 43 , 91 , 0.5 );
625635 width : max-content;
626636 margin : 0 auto;
0 commit comments