.navbar {
    background-color: #ffffff21;
    padding: 18px;
    padding-top: 4px;
    height: 95px;
    margin: 40px auto;
    width: 30rem;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: absolute;
}

#img-logo-balangan {
    width: 49px;
}

b, strong {
    font-size: 14px !important;
    color: #ffffff;
    margin-left: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 1px 1px 3px black;
}

@media (min-width: 992px) {
    .navbar {
    background-color: #ffffff21;
    padding: 35px;
    height: 106px;
    margin: 40px auto;
    width: 68rem !important;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: absolute;
    }
    }