* {
    box-sizing: border-box;
    color:rgb(49, 49, 43);
}

html {
    background-color: rgb(245, 245, 239);
}

html, a, input, button {
    font-family: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

h1, h2, h3 {
    margin-bottom: 5px;
}

div.wrapper {
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
}

textarea {
    width: 100%;
    height: 80px;
    resize: none;
    font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    font-size: 1em;
}

input[type=url] {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    font-size: 1em;
}

input[type=submit], a.example {
    width: 100%;
    background-color: rgb(226, 218, 202);
    border: none;
    border-bottom: 1px solid rgb(136, 129, 117);
    padding: 10px;
    cursor: pointer;
    font-size: 14pt;
    text-decoration: underline;
}

a.example {
    display: block;
    background-color: rgb(202, 189, 221);
    text-align: center;
    margin-top: 5px;
}

ul#tabs {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}
