.tag{
    display:inline-block;
    padding:.35em .65em;
    font-size:.75em;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25rem
}

.netframework{
	background-color:#ABF;
}

.netcore{
	background-color:#AAF;
}

.console{
	background-color:#444;
}

.winform{
	background-color:#888;
}

.wpf{
	background-color:#6AE;
}

.avalonia{
	background-color:#8248A7;
}

.web{
	background-color:#7C4;
}

.csharp{
	background-color:#6A6;
}

.cpp{
	background-color:#484;
}

.javascript{
	background-color:#FA6;
}

.php{
	background-color:#459;
}

.txt{
	background-color:#BBB;
}

.pdf{
	background-color:#F77;
}

.doc{
	background-color:#44D;
}

.linux{
	background-color:#BB4;
}

.upx{
	background-color:#505798;
}