input:focus,
input:hover,
input[type=submit],
textarea:focus,
textarea:hover{
    border: 1px solid #ffc905;
}#msg,
input:not([type=checkbox]),
textarea{
    display: block;

    border: 1px solid #e6e6e6;
    outline: 0;
}
p{
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
h1 + p{
    font-size: 1.4em;
}form:not([class]){
    font-size: 15px;
    line-height: 24px;

    position: relative;

    width: 45ch;
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;

    text-align: center;

    color: #030303;
    border: 1px solid #e6e6e6;
    background: #f3f3f3;
}form b{
    font-size: 24px;
    font-weight: 400;

    display: block;
}form p{
    color: #969696;
}form label,
form p{
    display: block;

    margin: 20px 20px 0;
    padding: 0;
}input:not([type=checkbox]),
textarea{
    width: 43ch;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 10px 15px;

    color: #270d00;
}input[type=submit]{
    cursor: pointer;

    background: #ffc905;
}#msg{
    font-size: 14px;
    line-height: 18px;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 30px;
    max-height: 72px;
    margin: 0;
    padding: 5px 30px 5px 9px;

    resize: none;
    word-wrap: break-word;

    background: 0 0;
    box-shadow: none;
}blockquote{
    font-size: 30px;
    font-style: italic;

    margin: 40px 0 40px 40px;
    padding: 10px 20px;

    color: #00a651;
    border-left: 5px solid #eee;
}
