diff --git a/styles.css b/styles.css index 9389d94..e562660 100644 --- a/styles.css +++ b/styles.css @@ -1,10 +1,17 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap'); :root { - font-family: "Open Sans", sans-serif; + font-family: "Inter", sans-serif; background-color: black; color: white; width: 69%; margin: auto; } +h1, h2, p { + text-align: center; +} +h1 { + margin-top: 5%; +} p { font-size: 1.2em; }