html head title block title base(href=baseUrl) style. body { display: flex; flex-flow: column; justify-content: center; align-items: center; min-height: 100vh; font-family: sans-serif; background-color: darkblue; color: aliceblue } body * { max-width: 40em; } p.content { text-align: center; } p.link { display: flex; flex-flow: row; justify-content: center; align-items: center; } p.link a { display: inline-block; border-radius: 5px; background-color: cadetblue; color: black; border: 2px solid darkslateblue; padding: 0.5em; box-shadow: 2px 4px 0 rgba(255, 255, 255, 0.55); } p.link a:visited, p.link a:active, p.link a:link { color: inherit; text-decoration: none; } p.link a:active { transform: translate(2px, 4px); box-shadow: 0 0 transparent; } body h1 block title p.content block content p.link block link