diff --git a/style.css b/style.css index 7e6ef23..5ad8b99 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ body{ +font-family:Open Sans,Arial; color:#fff; background:#3D3D3D } @@ -12,4 +13,11 @@ text-align:left; background:linear-gradient(to right,#FFCC00 0%,#FF2AD4 100%); color:white; font-size:1em -} \ No newline at end of file +} +.header_content{ +margin-left:1em; +margin-top:-0.8em +} +p.s{ +margin-top:-1.2em +}