.bg-topper
{
 background-color: salmon;
}
.mh1
{
 font-size: 40px;
 color:rgb(228, 23, 40);
 text-align: center;
 
}
.contact
{
 font-size: 16px;
 color:rgb(239, 239, 243);
}
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}