From 3c0dcaca4a4f859c09f0df66ad0a63388a525cca Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 9 Oct 2022 11:46:15 +0000 Subject: [PATCH] Update style.css --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 717c916..72e9a57 100644 --- a/style.css +++ b/style.css @@ -25,6 +25,15 @@ h1{ font-family: 'Reem Kufi', sans-serif; color: #ffbc3b; } + +h2{ + font-size: 2rem; + margin-top: -10rem; + font-weight: normal; + margin-top: 5rem; + font-family: 'Reem Kufi', sans-serif; + color: #fff; +} .countdown-container{ display: flex; flex-wrap: wrap;