diff --git a/style.css b/style.css new file mode 100644 index 0000000..5cf094c --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +h1 { + text-align: center; +} + +body { + font-family: "Times New Roman", Times, serif; +}