/**
 * Copyright 2026 Charles d'Harcourt
 * All rights reserved
 *
 * CSS style for the tinkerland.com domain
 */

html {
    height: 100%;
}

body {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: 11pt "Inter", "Noto Sans", "Helvetica", sans-serif;
    min-height: 100%;
    margin: 0;
}

.hello {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    font-size: 24pt;
    justify-content: center;
}

.build {
    display: flex;
    flex-direction: column;
    padding: 0 0 1em;
}

.build > ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
