diff --git a/style.css b/style.css index 4586938..55b3c03 100755 --- a/style.css +++ b/style.css @@ -173,4 +173,22 @@ h1, h2, h3, h4, h5, p { .icon-container a:hover { color: #FF5555; transition: color 0.25s ease-in-out; +} + +/* Page contents */ + +#page p { + margin-top: 5px; + margin-bottom: 5px; +} + +#page h1, #page h2, #page h3 { + margin-top: 15px; + font-weight: 300; + text-align: center; + margin-bottom: 5px; +} + +#page h1:first-child { + margin-top: 0; } \ No newline at end of file