.sanji{
display: flex;
    justify-content: space-evenly;}
.sanji li{
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;}
.sanji li a{
color:#333;}
.sanji li .on{
    background: #b71b12;
    color:#fff;}
