.primaryColor{
    background-color: black; 
}

.secondaryColor{
    background-color: lightslategray;
}

.footerColor{
    background-color: black;
}
.primaryFontColor{
    color:#fff !important;
}

.primaryFontColor:hover{
    color:white !important;
}

.navbar .primaryFontColor:hover{
    color:white !important;
}

.card-header{
    background-color: black;
    color: #fff;
}

.card-body{
    background-color: #fff ;
    overflow-x: auto;
}

a {
    color: black; /* Set the default text color */
    text-decoration: none; /* Remove underline */
  }

  /* Anchor tag hover styles */
  a:hover {
    color: black; /* Change the text color on hover */
    text-decoration: none; /* Remove underline */
  }

  .light .entry-header a{
    color:black !important;
  }

  .light .entry-header a:hover{
    color:#35e888 !important;
  }

  .light .card-body{
    color: black;
    background-color: #fff;
    overflow-x: auto;
  }

  .light .card-body a{
    color: black;
  }

  .light .card-body a:hover{
    color:#35e888 !important;
  }


  .card{
    border:none;
  }

  .container{
    max-width: 80%;
  }