From d5646c374ce97ba7617df6855d22359172d6cf92 Mon Sep 17 00:00:00 2001 From: TigerKopf <79372170+TigerKopf@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:06:34 +0100 Subject: [PATCH] lol --- styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8429807..3e2cc9a 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,8 @@ body { background-color: black; -} \ No newline at end of file + color: white; + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; + margin-top: 20px; + text-align: center; + +}