html {
    background-color: black;
    color: white;
    max-width: 600px;
    margin: 8px auto;
}

pre {
    color: rgb(254, 45, 130);
    display: inline-block;
    text-align: left;
}

a {
    color: rgb(56, 129, 210);
}

h1, h2 {
    color: rgb(254, 45, 130);
}

input, textarea {
    background-color: darkblue;
    color: white;
}

input[type=email], input[type=text], input[type=url] {
    width: 100%;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    box-sizing: border-box;
}

table { width: 100%; }
.key { width: 100px; }

.form-wrapper {
    margin: 0 auto;
}

.field {
    margin-bottom: 1em;
}
