/* Css to format the content */

body {
    max-width: 50em;
    margin: 0 auto;
}

textarea {
    resize: vertical;
    width: 100%;
}

img {
    width: 100%;
}

pre {
    overflow-y: auto;
}