#contactText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #4c6c4d;
  font-weight: 400;
  padding: 40px;
  padding-top: 70px;
  padding-bottom: 80px;
}

.contactText {
  background: #4c6c4d;
}

.socials a {
  font-size: 3rem;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.socials a:hover {
  scale: 1.5;
  color: white;
}/*# sourceMappingURL=contact.css.map */