diff --git a/style.css b/style.css index a618e47..d3738ba 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap'); body { - background-color: #f8f9fa; + background-color: lightblue; font-family: 'Poppins', sans-serif; color: #000000; }