.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1a202c;
  color: #fff;
  padding: 20px;
  margin-top: 4em;
}

#footer-text {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.contact-div {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  column-gap: 0.5em;
  max-height: 50px;
}

.contact-button {
  background: none;
  border: none;
  border-bottom: 0.3em solid rgb(242, 164, 4);
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
