.navbar-header {
        background-color: #c0392b;
        width: 100%;
}
.navbar-header ul {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        padding: 10px 20px;
        margin: 0;
        gap: 10px;
        margin-top: 20px;
}
.navbar-header a {
        color: white;
        text-decoration: none;
        font-weight: normal;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
}
.navbar-header a:hover {
        color: #ecf0f1;
}
@media only screen and (max-width: 768px){
        .AdvertisementBottomRight:has( .navbar-header){
                padding: 0;
        }
        .navbar-header ul {
                margin: 0;
                justify-content: center;
                padding-right: 40px;
        }
}
