.nav1, .nav2 {
    flex: 1;
    background-color: #2c3e50;
}

.nav2 {
    display: flex;
    align-items: end;
}