.instagram-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.instagram-logo {
  width: 24px;
  height: 24px;
  fill: white;
}
