/* ==========================================================================
   CONTACT SECTION STYLES
   ========================================================================== */

.contact-section {
  text-align: center;
  padding: 3rem 1rem;
}

.contact-text {
  font-size: 1.125rem;
  color: #ccc;
  margin-top: 1rem;
}

.contact-email {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.contact-email:hover {
  color: #1db954;
  /* Matches Spotify green or your site's accent color */
}