/* your styles go here */

.green{
    color:green;
}

.red{
    color:red;
}

.blue{
    color:blue;
}
.site_green{
    color:#33b35a;
}

.headking{
    border:1px solid black;
    margin-bottom: 20px;
    padding: 5px;
}


.nav-link:focus, .nav-link:hover {
    color: limegreen !important;
}

.for_active{
    color: #E91E63 !important;
    
}

.card_color{
    color:white !important;
  background-color: #393836;
  }