diff --git a/css/styles.css b/css/styles.css index ef091ec..42688b6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -12,7 +12,6 @@ body { font-family: 'Outfit', sans-serif; - font-weight: 600; font-size: 1.5em; margin: 0; padding: 0; @@ -67,6 +66,7 @@ body { h1 { font-size: 10vw; + font-weight: 600; text-align: center; user-select: none; } @@ -127,6 +127,12 @@ p { font-weight: 200; } +h2 { + font-size: 3em; + font-weight: 400; + margin: 0; +} + #features { display: flex; flex-direction: column;