diff --git a/static/style.css b/static/style.css index 6315f18..ff54632 100644 --- a/static/style.css +++ b/static/style.css @@ -1,9 +1,11 @@ body { margin: 3em 20% 3em 20%; - background: #9bf2dc; + background: #181818; + max-width: 50em; + margin-inline: auto; color: white; - font-family: helvetica; + font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } a, a:link {