#contact {
  width: 90%;
  height: 90vh;
  min-height: auto;
  background:  RGB(30,235,105);
  color: white;
  padding: 10px 5% 10px 5%;
}

a {
  color: white;
}

a:hover {
  color: black;
}