diff --git a/server/static/styles.css b/server/static/styles.css new file mode 100644 index 0000000..9f4616b --- /dev/null +++ b/server/static/styles.css @@ -0,0 +1,19 @@ +body { + background: #fff; + margin: 0; + border: none; +} + +img { + margin: 0; + border: none; +} + +h1 { + text-align: center; +} + +#main { + max-width: 1024px; + margin: auto; +} \ No newline at end of file