/*
 * Copyright (c) 2025 Bastiaan van der Plaat
 *
 * SPDX-License-Identifier: MIT
 */

:root {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
        'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

body {
    text-align: center;
}

form {
    margin: 1rem 0;
}

canvas {
    display: block;
    margin: 0 auto;
}

a {
    color: #16c;
    text-decoration: none;

    &:hover,
    &:focus {
        text-decoration: underline;
    }
}
