a.facebook:hover{
    color: aqua;
}
a.instagram:hover{
    color: rgb(0, 0, 255);
}
a.tiktok:hover{
    color: rgb(149, 132, 165);
}
a.twitter:hover{
    color: rgb(247, 128, 197);
}
a.youtube:hover{
    color: rgb(245, 122, 122);
}
a.instagram:active{
    color: grey;
}
a:visited{
    color: rgb(39, 118, 170);
}
li:nth-child(odd){
    background-color: rgb(133, 131, 252);
}
li:nth-child(even){
    background-color: rgb(255, 124, 216);
}
li:nth-of-type(3){
    color: rgb(247, 241, 165);
    font-weight: bolder;
}