@import url(https://fonts.bunny.net/css?family=fira-mono:400|overpass:400,700);

* {
    font-family: Overpass, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

:root {
    color-scheme: dark;
}

#tech, code {
    font-family: "Fira Mono", monospace;
}

#resp.invalid {
    background: #880000;
}

#resp {
    font-size: 1.1rem;
}

span.invalid {
    color: red;
}

body,
input, textarea {
    background: black;
    color: white;
    margin: auto;
    padding: 32px;
}

input, textarea {
    width: 100%;
    display: block;
    margin: 4px 0px;
    padding: 4px;
    border: 1px solid grey;
}

textarea {
    resize: vertical;
    min-height: 6em;
}

.hidden {
    display: none;
}

#code-warning {
    font-weight: 700;
    color: yellow;
}