.app-bar {
    display: flex;
    height: 6.5vh;
}

.app-bar-content-container {
    position: relative;
    left: -31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-bar-title {
    margin-left: 20px;
    margin-bottom: 0px;
}

.app-bar-hamburger {
    color: white;
    position: relative;
}
