/*Varela Round->        38C->        79C->        82E->        19B->        000->        FFF->       eee,333,7d7,f66,ddd a:038*/
*{
border:0;
padding:0;
margin:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*font-family:'M PLUS Rounded 1c',sans-serif,"Font Awesome 5 Free";*/
}
*:before,*:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
html[dir="rtl"] *{
direction:rtl;
    font-family: 'Varela Round', sans-serif,"Font Awesome 5 Free";
}
html[dir="ltr"] *{
    font-family: 'Neucha', cursive,"Font Awesome 5 Free";
}
html,body{
text-align:center;
cursor:default;
margin:auto;
}
a,a:visited,a:active{
color:#038;
text-decoration:none;
font-weight:bold;
}
a:hover/*,h1,h2,h3,h4,h5,h6*/{
color:#79C;
}

::placeholder{
color:#777;
}
.clri{
all:unset;
}
.clri *{
margin:unset;
padding:unset;
min-width:unset;
line-height:unset;
font-size:unset;
/*background:unset;*/
color:unset;
-moz-appearance:listitem;
-webkit-appearance:listitem;
appearance:listitem;
}
