.htl:link {
    color: blueviolet;
    font-size: larger;
    background-color: aqua;
}
.htl:hover {
    color: red;
    background-color: white;
}
.htl:visited {
    text-decoration: underline;
}

.c:link {
    color: white;
    font-size: small;
    background-color: blue;
}
.c:hover {
    color: red;
    background-color: white;
}
.c:visited {
    text-decoration: underline;
}

.css:link {
    color: blue;
    font-size: medium;
    background-color: aliceblue;
}
.css:hover {
    color: red;
    background-color: white;
}
.css:visited {
    text-decoration: underline;
}

.java:link {
    color: white;
    font-size: large;
    background-color: red;
}
.java:hover {
    color: red;
    background-color: white;
}
.java:visited {
    text-decoration: underline;
}

.json:link {
    color: white;
    font-size: xx-small;
    background-color: yellow;
}
.json:hover {
    color: red;
    background-color: white;
}
.json:visited {
    text-decoration: underline;
}

.ddg:link {
    color: black;
    font-size: xx-large;
    background-color: orange;
}
.dgg:hover {
    color: red;
    background-color: white;
}
.ddg:visited {
    text-decoration: underline;
}

.cpp:link {
    color: blue;
    font-size: x-large;
    background-color: azure;
}
.cpp:hover {
    color: red;
    background-color: white;
}
.cpp:visited {
    text-decoration: underline;
}

.csharp:link {
    color: white;
    font-size:small;
    background-color: green;
}
.csharp:hover {
    color: red;
    background-color: white;
}
.csharp:visited {
    text-decoration: underline;
}

.php:link {
    color: white;
    font-size: x-large;
    background-color: blueviolet;
}
.php:hover {
    color: red;
    background-color: white;
}
.php:visited {
    text-decoration: underline;
}

.laravel:link {
    color: black;
    font-size: medium;
    background-color: red;
}
.laravel:hover {
    color: red;
    background-color: white;
}
.laravel:visited {
    text-decoration: underline;
}

.dc:link {
    color: white;
    font-size: samll;
    background-color: darkgray;
}
.dc:hover {
    color: red;
    background-color: white;
}
.dc:visited {
    text-decoration: underline;
}