body {
    background-color: rgb(28, 28, 28);
    color: white;
}
a {
    color: rgb(255, 162, 0);
}
pre {
    font-family: inherit;
    white-space: pre-wrap;
}
img {
    border: 3px solid rgb(255, 162, 0);
}
button, .file-label {
    background: rgb(255, 162, 0);
    color: rgb(28, 28, 28);
    border: none;
    padding: 10px 20px;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
}
input[type="email"], input[type="text"], textarea {
    background: rgb(20, 20, 20);
    color: white;
    border: 1px solid rgb(60, 60, 60);
    padding: 8px;
    font-family: inherit;
    font-size: inherit;
}