diff --git a/style.css b/style.css index 695a5a4..6f0c1e0 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,10 @@ @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body { color: white; - font-family: 'Rubik', sans-serif; + font-family: 'Poppins', sans-serif; + font-weight: 400; + font-style: normal; background-color: #121212; } @@ -14,8 +17,8 @@ h1, p { left: 0; bottom: 0; width: 100%; - background: rgb(38,58,83); -background: linear-gradient(0deg, rgba(38,58,83,1) 50%, rgba(35,47,62,1) 75%, rgba(18,18,18,1) 100%); + background: rgb(38,58,83); + background: linear-gradient(0deg, rgba(38,58,83,1) 50%, rgba(35,47,62,1) 75%, rgba(18,18,18,1) 100%); color: white; text-align: center; text-shadow: 2px 2px 4px #000000;