    .t-active {
        
        color: #161718 !important;
    }
    
    .t-name {
        transition: 0.3s;
    }
        

    .t-name:hover {
        
        color: #8f8f8f !important;
        
    }
    
    
    ::-moz-selection { /* Code for Firefox */
  color: white;
  background: #00aeef;
}

::selection {
  color: white; 
  background: #00aeef;
}

