ul.custom-list li {
  margin-bottom: 0.5rem; /* Adjust as needed */
}

.header-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    color: var(--dark-primary);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sub-header-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: var(--dark-primary);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.channel-link {
  display: flex;           /* enables Flexbox */
  align-items: center;     /* vertically centers the text with the image */
  gap: 12px;               /* space between image and text */
  text-decoration: none;   /* optional: remove underline */
  color: inherit;          /* optional: match surrounding text color */
  font-size: 1.2rem;       /* optional: adjust text size */
  width: 250px;
}

.channel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
