.my-navbar {
    background: #0A548B;
    height: 15vh;
}

.navbar-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.navbar-container img {
    display: inline;
}

.logo-1 {
    height: 8vh;
    width: auto;
}

.text-logo {
    width: 60%;
    height: 70%;
}

.logo-2 {
    height: 6vh;
    width: auto;
}
