            @font-face {
            font-family: "DejaVuSans-ExtraLight";
            font-display: fallback;
            }

            html, body {
                margin: 0px;
                padding: 0px;
                color: hsl(0, 0%, 30%);
            }

            a, em {
                color: hsl(0, 0%, 5%);
                text-decoration: none;
                font-style: normal;
            }

            .centered {
                font-size: 300%;
                font-family: "DejaVuSans-ExtraLight", sans;
                display: inline-block;
                vertical-align: middle;
                width: 99%;
            }

            .block {
                text-align: center;
                height: 100%;
            }

            .block:before {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -0.25em; /* Adjusts for spacing */
            }
