/*linear-gradient(to right, rgba(21, 75, 224, 0.5), rgba(238, 69, 7, 0.5), rgba(240, 224, 5, 0.5))*/

.tema_escuro{
    color: rgb(134, 53, 91);
}

body{
    background-color: rgba(54, 54, 54, 0.678);
}

.linguagem{
    display: inline;
    font-size: 24px;
}

#html:hover{
    color: rgb(238, 69, 7);
}

#css:hover{
    color: rgb(21, 75, 224);
}

#js:hover{
    color: rgb(240, 224, 5);
}

#titulo_html{
    color: rgb(238, 69, 7);
}

.titulo{
    font-size: 30px;
    text-decoration: none;
}

.obs{
    color: red;
    opacity: 0.7;
    font-weight: bold;
}

a{
    color: black;
}
