.gap {
    flex-grow: 1;
}
.flex {
    display: flex;
    align-items: center;
}

.appbar {
    box-shadow: none!important;
    background-color: rgba(0, 0, 0, 0)!important;
    color: rgba(0, 0, 0, 0)!important;
    padding: 2em;
    flex-direction: row;
    align-items: center;
}

.logo {
    height: 3em;
    width: auto;
    cursor: pointer;
}