diff --git a/style.css b/style.css index 6226e2d..a14d36a 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,16 @@ +body { + font-family: "Helvetica", sans-serif; + font-size: 20px; + background-color: #f6f6f6; + } + +.content { + max-width: 950px; + padding-top: 30px; + padding-bottom: 30px; + margin: auto; + } + .info { float: left; }