body{background: #f3f3f3}
.title{
    font-size: 13px;
    margin: 20px 5%;
    color: #dfbc2c;
}
textarea{
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 193px;
    resize: none;
    margin-bottom: 35px;
    outline: none;
}
.msg{
    background-color: #fff;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    height: 40px;
}
.msg>input{
    width: 100%;
    height: 100%;border-radius: 5px;
}
.btn{
    background-color: #000;
    border-radius: 5px;
    width: 90%;
    margin: 40px 5%;
    height: 40px;
    color: #fff;
}