@import url(base.css);

body {
    height: 100vh;
    margin: 0;
    box-sizing: border-box;
}

.logo {
    color: var(--foreground);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.logo span {
    font-weight: 400;
    font-size: 72pt;
    margin: 0 10pt;
}
.logo img {
    height: 68pt;
    margin: -5pt;
}

.tagline {
    color: var(--lighter);
    font-size: 13pt;
    font-weight: 400;
    letter-spacing: 4pt;
}

.links {
    margin: 12pt;
}