diff --git a/style.css b/style.css index 546a69a..133fbbe 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,11 @@ html { background: #eee; font-family: "Gentium Plus", "Source Sans Pro", sans-serif; + min-height: 80%; + display: flex; + flex-flow: column; + align-items: center; + justify-content: center; } body { max-width: 30em;