diff --git a/styles.css b/styles.css index 43da24b..4467fe6 100644 --- a/styles.css +++ b/styles.css @@ -74,14 +74,15 @@ h1 { margin-top: 0.2em; font-weight: 700; color: #172b4d; - letter-spacing: 10px; + letter-spacing: 1px; User-select:none; } p { + font-family: 'Montserrat', sans-serif; font-size: 1.2em; /* Font size for paragraph */ - font-weight: 400; - color: var(--dark-blue); + font-weight: 1000; + color: #00a0bf; line-height: 1.8; User-select:none; }