div ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
    margin-top: 9px;
}

div ul li a  {
    padding: 8px;
    font-size: 16px;
}

.ads-fixed {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.ads-mini {
    text-align: center;
    margin: 0rem;
}