diff --git a/index.html b/index.html index 7fd32fe..7979490 100644 --- a/index.html +++ b/index.html @@ -79,17 +79,16 @@
- - - + + \ No newline at end of file diff --git a/styles.css b/styles.css index 1000802..19e6a33 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,12 @@ +body{ + max-width: 1280px; + font-family: Verdana, Geneva, Tahoma, sans-serif; + margin: 0 auto auto auto !important; +} + .container, footer, header { padding: 20px; + background-color: beige; border-left: 1px solid burlywood; border-right: 1px solid burlywood; } @@ -10,6 +17,7 @@ header { p { line-height: 150%; text-indent: 30px; + text-align: justify; } section{