body {
    background-color: #f4f4f4;
}

main {
    margin-top: 180px;
}

.header1 {
    background-color: black;
    height: 76px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;

    padding-left: calc(7vw + 136px);
}

.header1>h3 {
    color: #fdfdfd;
    line-height: 76px;
}

.header2 {
    background-color: #fcb900;
    height: 59px;
    position: fixed;
    left: 0;
    top: 76px;
    width: 100vw;

    padding-left: calc(7vw + 130px);
    display: flex;
    flex-direction: row;
    align-items: center;
}

#CityTaxiLogo {
    position: absolute;
    top: -63px;
    width: 113px;
    left: 7vw;
}

.header2__item {
    display: block;
    text-decoration: none;
    color: black;
    font-weight: 500;
    /* line-height: 76px; */
    padding: .5rem;
    margin: 0 1rem 0 0;
    font-size: 1.3rem;
}

.header2__item:hover {
    color: #fcb900;
    background-color: black;
}

.row {
    row-gap: 1rem;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fluid {
    flex: 1;
}