@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
body {
    background-color: #e8f0fe;
}

.wrap {
    width: 100%;
    min-width: 20em;
    position: relative;
    top: 375px;
}

.background {
    background-color: #111;
    margin: 0 auto;
    padding: 1.5em;
    width: 60%;
    height: auto;
    border: .2em solid #a52a02;
    border-radius: .8em;
    -webkit-box-shadow: 0 1em .5em #555;
    -moz-box-shadow: 0 1em .5em #555;
    box-shadow: 0 1em .5em #555;
}

#title {
    width: 100%;
    margin: 0;
    padding: .5em 0;
    background-color: #a52a02;
}

#title h1 {
    text-align: center;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 1em;
    margin-top: .3em;
}

.section {
    color: #a52a02;
    font-family: Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1em;
    background-color: rgb(255 255 255);
    width: 100%;
    padding: .8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: .1em solid rgb(0, 0, 0);
    text-indent: 1.5em;
}

.section:focus {
    border: .1em solid #a52a02;
}

#comment {
    height: 5em;
    max-width: 100%;
}

#agree {
    font-family: 'Open Sans', sans-serif;
    color: #a52a02;
    font-size: 1em;
    font-weight: 400;
}

.submit {
    width: 100%;
}

button {
    width: 50%;
    margin-left: 25%;
    padding: 1em;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #a52a02;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    border: none;
    min-width: 10em;
}

button:focus,
button:hover {
    background-color: #fff;
    color: #a52a02;
    font-weight: 600;
}