.contact form{
  background: #ABDA11;
  margin: 5%;
  padding: 3%
}

textarea{
  height: 200px;
}

.btna
{
  background: #D4F5D8;
}

.btn:focus{
  border: none;
  box-shadow: none;
}

.form-control:focus {
  border: none;
  box-shadow: 0 0 0 0.2rem #D4F5D8;
}
