main article h2 {
    color: #3D579F;
    text-align: left;
}
.complaint-form textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 300px;
    height: 100px;
}