/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .channel-list .text-center{
    text-align: center;
 }
 .channel-list .channel-image{
    margin: auto;
    max-width: 80px;
    max-height: 80px;
 }
 .channel-list .pill-button {
    background: var(--color-content-primary);
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
  }