html, body {
    background-color: #808080;
}

.navbar-taxi {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
}

.taxi::first-letter {
    color: #ffd405;
}

.taxi-color {
    color: #ffd405;
}

.phone {
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
}

.phone:hover {
    color: #ffffff;
    text-decoration: none;
}

.phone-number {
    margin-left: 10px;
}

.home {
    text-align: center;
}

.home img {
    width: 75%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 15px;
}

.notification {
    position: absolute;
    top: 75px;
    left: 25%;
    width: 50%;
    z-index: 10;
}

.price-list-table {
    width: 50%;
    min-width: 300px;
    margin: 20px auto;
    font-family: 'Francois One', sans-serif;
    color: #ffd405;
    font-size: 24px;
}

.price-list-table thead {
    font-size: 28px;
}

.price-list-table td:first-child {
    width: 65%;
}

.price-list-payments img {
    max-height: 100px;
    padding: 10px;
}

.price-list-payments .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.car, .contact, .price-list {
    width: 50%;
    min-width: 300px;
    margin: 20px auto;
}

.car img {
    max-width: 250px;
    vertical-align: unset;
}

.contact_info {
    float: left;
}

.business_card {
    float: right;
    width: 275px;
    padding-left: 15px;
}

.smap-suggest {
    color: #000000;
    background-color: #ffffff;
}

p{
    font-size: x-large;
    font-weight: 400;
}
.tele{
    color: #ffd405!important;
}
.tele:hover{
    color: #ffd405!important;
}