.reletedtools{
    width: 100%;
    display:grid;
    grid-template-columns: repeat(auto-fit,150px);
    gap: 5px;
    justify-content: center;
    margin-top: 15px;


}
.card{ 
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    max-height: 30px;   
    width: 150px;
    align-items: center;
        
    
}
.card a{
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.tablink {
    font-size: 14px;
    text-align: center;
    color: black;
    font-weight: bold;
    

}
.png1{
    height: 25px;
    width: 25px;
}
