.bato-toppanel {
    --fs: 12px;
    --ls-mult: 0.15;

    padding-block: 5px;
    font-weight: 600;
    font-size: var(--fs);
    letter-spacing: calc(var(--fs) * var(--ls-mult));  
    line-height: calc(20/12);
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-inline: auto;
}

.bato-toppanel__title {
    padding-inline: 30px;
}

.bato-toppanel__title a {
    text-decoration: underline;
}

.bato-toppanel__title a:hover {
    text-decoration: none;
}

.bato-toppanel + .header {
    top: 30px;
}