change of section titles and margin-top section

This commit is contained in:
2025-08-28 15:34:37 +02:00
parent 63af2c4d7c
commit 9e19379f81
7 changed files with 39 additions and 10 deletions
+28 -6
View File
@@ -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;
}