diff --git a/style.css b/style.css index 1b63678..32fbfd2 100644 --- a/style.css +++ b/style.css @@ -3,44 +3,44 @@ body { width: min(720px, 90%); margin-left: auto; margin-right: auto; - text-align: center; } h1 { - font-size: 3em; + text-align: center; + font-size: 4em; } -h3 { - text-align: left; +h2 { + text-align: center; } p { - text-align: left; line-height: 1.75; } table { - text-align: left; border-spacing: 0 1em; } picture, img { + display: block; + margin: auto; border-radius: 0.5em; max-width: 100%; } .emoji { text-align: center; - font-size: 2.5em; + font-size: 3em; } .links { text-align: center; - font-size: 1.25em; + font-size: 1.5em; } .logo { - max-width: 35%; + width: 35%; } /* Dark mode */