body,html{
    background-color:#F4F5F6;
    color: #9CA3AE;
    font-weight: 400;
    font-size: 18px;
    width: 100vw;
    text-wrap: wrap;
    word-break: break-all;

}
li{
    color:#26292E !important; 
}
a{
    color: #26292E; 
}
strong{
    color: #26292E ;
    font-weight: 600;
}
.special{
    font-weight: 600;
    text-decoration: underline;
    font-size: 20px;
}