
a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.icons {
  margin: auto;
  margin-top: 0.5rem;
  width: 96%;
  padding: 2px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
}

.fa {
  margin: 0.5rem;
  color: black;
}

.fa:hover {
  color: #3b5998;
}

.contact-text {
  color: black;
  font-size: 70%;
}

.icon-holder {
  margin-left: 0.25rem;
  padding-top: 2rem;
}
