#Contact {
  color: initial;
  width: 65vw;
  height: max-content;
  margin-bottom: 2vw;
  margin-right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

#Contact img {
  margin-right: 1vw;
  cursor: pointer;
}

#Contact small {
  margin: 1vw 4vw;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.externalIcons {
  height: 43px;
}

#Contact a {
  margin: 1vw;
  text-decoration: none;
  color: black !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width: 770px) {
  #Contact img {
        height: 5vw;
  }
}
