*{
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    text-decoration: none;
}

/* -----Links----- */
.index-links:hover{
    color: #dc1464;
    transition: color 0.3s ease;
}

/* -----Section----- */
.heading{
    padding-top: 1em;
    text-align: center;
}

.video-title {
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

.button-text{
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

/* -----Merch----- */
.merch-title {
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
  }
  
  .merch-price {
    margin: 0;
    padding-top: 0;
    font-size: 16px;
    text-align: left;
  }

/* -----Footer----- */
.footer {
    text-align: center;
  }
  
  .footer-links{
    font-size: 0.8em;
    font-weight: bold;
  }
  .footer-links p:hover {
    color: #dc1464;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .footer-copyright {
    font-size: 1rem;
    padding-bottom: 5em;
  }

/* -----Terms Of Service----- */
.terms-of-service-container{
    text-align: left;
}

.terms-of-service-links{
    text-decoration: underline;
}

.terms-of-service-links:hover{
    color: #bebebe;
    transition: color 0.3s ease;
}

/* -----Privacy Policy----- */
.privacy-policy-container{
    text-align: left;
}


.privacy-policy-bullet-list ul{
    list-style-type: circle;
}

.privacy-policy-links{
    text-decoration: underline;
}

.privacy-policy-links:hover{
    color: #bebebe;
    transition: color 0.3s ease;
}

/* -----Returns & FAQ----- */
.returns-and-faq-container{
    text-align: left;
}

.returns-and-faq-links{
    text-decoration: underline;
}

.returns-and-faq-links:hover{
    color: #bebebe;
    transition: color 0.3s ease;
}

/* -----FAQ----- */
.faq-container{
    text-align: left;
    justify-content: center;
}

.faq-links{
    text-decoration: underline;
}

.faq-links:hover{
    color: #bebebe;
    transition: color 0.3s ease;
}
