*{
    direction: rtl;
    font-family:font;
    font-size:large;
}
@font-face{
    font-family:'font';
    src:url('./Vazir.ttf')
}
.c{
    background-color: white;
    color: white;
}
.a1{
    background-color: darkcyan;
    border-radius: 6PX;
}
.a2{
    background-color: rgb(106, 255, 0);
    border-radius: 6PX;
}
.a3{
    background-color: red;
    border-radius: 6PX;
}
.a4{
    background-color: rgb(106, 255, 0);
    border-radius: 6PX;
}
.h{
    color: blue;
}
.hh{
    color: red;
}
.hhh{
    color:black;
    background-color:chartreuse;
    font-size: x-large;

}