Languages
diff --git a/src/index.css b/src/index.css
index 7e715cd..478784b 100644
--- a/src/index.css
+++ b/src/index.css
@@ -17,13 +17,35 @@ body {
min-height: 100vh;
}
-h1 {
- font-size: 3.2em;
- line-height: 1.1;
- color: #EAEAEA;
- text-align: center;
+
+
+h1{
+ font-size: 4rem;
+ color: white;
}
+.section-title {
+ font-family: Arial;
+ font-size: 2.5rem;
+ color: #f0f0f0;
+ text-transform: uppercase;
+ letter-spacing: 0.15rem;
+ text-align: center;
+ margin-bottom: 3rem;
+}
+
+.section-title::after {
+ content: '';
+ display: block;
+ width: 60px;
+ height: 3px;
+ background-color: #D95F46;
+ margin: 1rem auto 0;
+ border-radius: 2px;
+}
+
+
+
h2{
- color: #EAEAEA;
+ color: #f0f0f0;
}
\ No newline at end of file
diff --git a/src/styles/Projects.css b/src/styles/Projects.css
index e7527e4..80032fb 100644
--- a/src/styles/Projects.css
+++ b/src/styles/Projects.css
@@ -2,11 +2,12 @@
display: flex;
flex-direction: column;
scroll-margin-top: 40px;
+ margin-top: 100px;
}
.show-more-container {
text-align: center;
- margin-top: 2rem;
+
}
.show-more-link {
diff --git a/src/styles/Skills.css b/src/styles/Skills.css
index 7c2050c..79f26eb 100644
--- a/src/styles/Skills.css
+++ b/src/styles/Skills.css
@@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
scroll-margin-top: 40px;
+ margin-top: 100px;
}
.skills-span{