.dp-topbar {
    width: 100%;
    background-color: #023F63;
    color: #ffffff;
    text-align: center;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 400;
}

.dp-topbar__link {
    color: #18DAD4 !important;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s all;
}

.dp-topbar__link:hover {
    text-decoration: underline;
    color: #ffffff;
}



@media (max-width: 768px) {
    .dp-topbar{
        font-size: 12px;
    }
}