.instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  margin-top: 9px;
  padding: 10px 14px;
  border: 1px solid #e69a2d;
  border-radius: 3px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: .2s;
}

.instagram-button span {
  color: #e69a2d;
  font-size: 20px;
  line-height: 1;
}

.instagram-button:hover {
  background: #e69a2d;
  color: #0b2035;
  transform: translateY(-2px);
}

.instagram-button:hover span {
  color: #0b2035;
}
