diff --git a/static/style.css b/static/style.css index c731e2a..9821602 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,13 @@ +* { + margin: 0; + padding: 0; +} + +body { + font-family: monospace; + background: #f4f4f9; +} + .card { border: 1px solid #ccc; padding: 10px;