diff --git a/assets/TiB.css b/assets/TiB.css index 02b3910..ff5399b 100644 --- a/assets/TiB.css +++ b/assets/TiB.css @@ -15,11 +15,20 @@ background: red; } +header { + text-align: center; +} + body { background-color: black; font-family: 'Ubuntu'; color: white; - max-width: 95%; + max-width: 50em; + margin: 2em auto; + padding: 5%; +} + +p { text-align: justify; }