.navbar-style {
    position: relative !important;
    top: 0;
    left: 0;
    inset: 0;
    z-index: 999;
    width: 100%;
    height: 78px;
    /* margin: 5px auto; */
    border-radius: unset;
    background: white;
}
.nav-text{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.navText{
    font-family: Arial-Rounded-Bold,sans-serif;
    font-size: 18px;
    color: black;
}