.contact {
  margin: 5% auto;
  width: fit-content;
}

.contact div {
  margin: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact img {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 40px;
}

.contact a,
span {
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-size: 1.25em;
  color: #555555;
  line-height: 2em;
}

.contact a:hover {
  text-decoration: none;
  color: #b6b6b6;
}

.contact a:active {
  text-decoration: none;
  color: #555555;
}

@media (max-width: 770px) {
  .contact {
    margin: 10% auto;
  }
  .contact a,
  span {
    font-size: 1.15em;
  }
}
