diff --git a/styles.css b/styles.css index b45e205..81a9697 100644 --- a/styles.css +++ b/styles.css @@ -4,10 +4,12 @@ html{ } body{ margin:1em; + background-color: rgb(255, 250, 250); line-height: 1.3; + font-size:20px; } #welcome{ - max-width: 600px; + max-width: 80%; margin:1em 0; } table{ @@ -23,6 +25,6 @@ hr{ margin:2em 0 1em; } #footer{ - max-width: 600px; - font-size: smaller; + max-width: 80%; } +.info{font-size: smaller;} \ No newline at end of file