:root {
  --primary: #1e90ff;
  --second: #ffffff; 
  --heading-bg: #000000; 
  --search-btn-bg: #FF0400; 
  --heading-text: #FFFFFF;
  --primary-btn: #FF0400;
  --border-bottom: #FF0400;
  --border-opacity: 1;
  --card-heading-text: 17px;
  --card-small-text: 12px;
  --card-small-text-color: #585858;
  --footer-link: #9B9B9B;
  --footer-text-small: #9B9B9B;
  --footer-copyright: #DCDADA;
}

.footer-about-text a
{
  text-decoration: none;
  color: var(--footer-link);
}

.footer-about-text div
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer-social-text a
{
  text-decoration: none;
  color: var(--footer-link);
}

.footer-categories-text a
{
  text-decoration: none;
  color: var(--footer-link);
}

.footer-social-text div
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-categories-text div
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.footer-logo p
{
  color: var(--footer-text-small);
}

.footer-copyright
{
  color: var(--footer-copyright);
}

.audio-div
{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
}