diff --git a/css/main.css b/css/main.css index cf6d0b5..af0f0d6 100644 --- a/css/main.css +++ b/css/main.css @@ -14,7 +14,7 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, ::selection { background: #000; - color: white; + color: pink; } body { @@ -31,19 +31,19 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 218%; + font-size: 200%; } h2 { - font-size: 164%; + font-size: 130%; } h3 { - font-size: 145%; + font-size: 120%; } h4 { - font-size: 118%; + font-size: 110%; } section { @@ -66,7 +66,7 @@ section { } .wrapper { - padding: 40px 20px; + padding: 50px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;