diff --git a/index.css b/index.css index 6bb3652..4be76db 100644 --- a/index.css +++ b/index.css @@ -5,6 +5,10 @@ html, body, button, textarea { line-height: 18px; } +body { + background-color: #0079bf; +} + header { text-align: center; }