
    input[type="text"], textarea {
        border: 1px solid #ddd;
        border-radius: 2px;
        background-color: #fcfcfc;
        padding: 6px 10px;
        font-size: 24px;
        font-family: consolas, monospace;
        width: 100%;
    }
    textarea {
        height: 200px;
    }
    #submit {
        width: 100%;
        font-size: 20px;
        line-height: 36px;
        text-align: center;
        background-color: #F9BE16;
        padding: 5px;
        margin: 0;
        border: 0;
        margin-top: 10px;
        cursor: pointer;
    }
