.btn-apple-music {
  background-color: #ff4e6b !important;
  color: #fff !important;
}

.btn-apple-music:hover {
  background-color: color-mix(in srgb, #ff4e6b, black 20%) !important;
  color: #fff !important;
}

.btn-spotify {
  background-color: #1DB954 !important;
  color: #fff !important;
}

.btn-spotify:hover {
  background-color: color-mix(in srgb, #1DB954, black 20%) !important;
  color: #fff !important;
}

.btn-soundcloud {
  background-color: #ff5500 !important;
  color: #fff !important;
}

.btn-soundcloud:hover {
  background-color: #cc4400 !important;
  color: #fff !important;
}

.btn-tiktok {
  background-color: #040404 !important;
  color: #fff !important;
}

.btn-tiktok:hover {
  background-color: color-mix(in srgb, #040404, white 20%) !important;
  color: #fff !important;
}

.btn-youtube {
  background-color: #FF0033 !important;
  color: #fff !important;
}

.btn-youtube:hover {
  background-color: color-mix(in srgb, #FF0033, black 20%) !important;
  color: #fff !important;
}

.bg-dots {
  background-image: radial-gradient(circle, #000 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: repeat;
}