diff --git a/assets/styles/style.css b/assets/styles/style.css index 322a696..0ebd05b 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -4,15 +4,14 @@ box-sizing: border-box; } +body{ + font-family: 'Inter', sans-serif; + color: #000000; +} + .page-header{ display: flex; justify-content: center; padding: 28px 0; background-color: #000; -} - -.logo-header{ - width: 100%; - display: block; - height: auto; } \ No newline at end of file diff --git a/index.html b/index.html index 823cd0b..9af9913 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,22 @@
+ + + +