button {
        float: right;
        margin-bottom: 0.5em;
}
textarea {
        background-color: #f1f1f1;
        border: 1px #808080 solid;
        padding: 0.5em;
        resize: none;
        height: 22em;
        width: 100%;
        box-sizing: border-box;
}

#repo-wrapper
{
        width: 50em;
}

a {
        text-decoration: none;
}

h1 {
        margin-top: 0px;
}

@media screen {
        textarea {
                overflow-x: auto;
        }

        body {
                text-align: center;
                background-color: #eeeeee;
        }

        #content {
                max-width: 60em;
                display: inline-block;
                text-align: left;
                background-color: white;
                padding: 2em;
        }
}
