.contact-section {
  height: 300px;
  background-color: grey;
}
.contact-top-row {
  margin-top: 15px;
}
.contact-email {
  color: white;
  text-decoration: none;
}
.contact-phone {
  color: white;
}
.contact-email:hover,
.contact-email:active,
.contact-email:focus {
  text-decoration: none;
  color: black;
}
.contact-icon {
  height: 50px;
  width: auto;
}
.contact-icon-space {
  margin-left: 25px;
  margin-right: 25px;
}
.contact-margin {
  margin-bottom: 40px;
}