.tabs {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 0;
    height: 40px;
    border-bottom: 2px solid white;
}