/* general */

html {
    background-color: #345;
    font-family: sans-serif;
}

body {
    background-color: white;
    border-radius: 0.5em;
    margin: 1em auto;
    padding: 0.5em 1em;
    width: 720px;
}

h1 {
    font-size: 150%;
}

.explanation {
    border: 1px dashed black;
    border-radius: 1.5em;
    padding: 0.8em 1em;
}

.explanation, .insideexplanation {
    font-style: italic;
}

.smalladjust {
    position: relative;
    bottom: 0.1em;
}

small, .information {
    opacity: 50%;
}

/* forms */

textarea {
    width: 20em;
    height: 20em;
}

input[type="submit"] {
    font-size: 120%;
}

form > p {
    margin-left: 1.1em;
}
