body {
    margin: 0;
    background-color: #c60;
    font-family: sans-serif;
    font-size: 1em;
}

h2 {
    font-size: 1.5em;
    margin: 0;
}

p, .box div {
    display: block;
    margin-top: 0.75em;
    margin-bottom: 0;
}

p:first-child {
    margin-top: 0;
}

a:link, a:visited {
    color: #0000ee;
}

header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-top: 20px;
    padding: 10px 0;
}

header h1 {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-size: 64px;
    margin: 0;
    text-align: center;
}

main {
    width: 70%;
    margin: 20px 15%;
    display: grid;
    grid-gap: 20px;
}

.app {
    display: grid;
    grid-gap: 20px;
}

.box {
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
}

.dumper {
    display: grid;
    grid: auto-flow / 1fr 1fr;
    grid-gap: 20px;
}

.in, .out {
    min-height: 240px;
}

.url {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    width: 100%;
    box-sizing: border-box;
}

.file {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

input[type="checkbox"] {
    margin-right: 8px;
}

.log {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}

.punycoder input[type="text"] {
    width: 360px;
}

.punycoder button {
    margin-left: 8px;
}
