@font-face {
    font-family: "MainMono";
    src: url("/commitmono.woff2") format("woff2-variations");
    font-style: normal;
    font-optical-sizing: auto;
    font-display: swap;
    font-weight: normal;
}
@font-face {
    font-family: "MainMono";
    src: url("/commitmono-it.woff2") format("woff2-variations");
    font-style: italic;
    font-synthesis: none;
    font-display: swap;
    font-weight: normal;
}

:root {
    --font-monospace: "MainMono", monospace, monospace;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    font-size: 18px;
}

body {
    max-width: 40rem;
    margin: 0 auto 0;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: black;
    font-family: var(--font-monospace);
    font-size: 1rem;
    line-height: 1.3rem;
    color: white;
}

main {
    flex: 1 0 auto;
}

footer {
    position: relative;
}

/* VERTICAL HORIZONTAL */
div {
    padding: 1rem 0rem;
}

div.title, div.contact {
    text-align: center;
}

div.title {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 0;
    margin-top: 8rem;
}

div.headline {
    text-transform: uppercase;
    font-size: 0.6rem;
    margin: 0;
    padding-top: 0.5rem;
}

h1.title {
    margin: 0;
}

div.links table {
    margin: 0 auto;
    border-spacing: 1rem;
    table-layout: fixed;
    width: 100%;
    max-width: 20rem;
}

td {
    padding: 0 0.2rem;
}

td.name {
    text-align: right;
}
td.link {
    text-align: left;
}

a {
    color: white;
}
