.span{
    text-decoration: dashed;
    text-decoration-color: rgb(221, 221, 221);
    text-decoration-thickness: 2px;
    text-decoration-line:overline;
}
.red{
    color: red;
}
.orange{
    color: orange;
}

.yellow{
    color: rgb(255, 196, 0);
}

.green{
    color: green;
}

.blue{
    color: blue;
}

.brown{
    color: brown;
}

.grey{
    color:grey;
}

.blue1{
    color: rgb(55, 148, 255);
}

.blue2{
    color: rgb(55, 148, 255);
}

.purple{
    color: purple;
}

.pink{
    color: pink;
}

.teal{
    color: teal;
}

.violet{
    color: violet;
}

.cyan{
    color: cyan;
}

.magenta{
    color: magenta;
}

.lime{
    color: lime;
}

.olive{
    color: olive;
}

.navy{
    color: navy;
}
