/* стили для  trecker.html (YuvinoQuest) */
body {
    background-color: white
}

.main-container {
    padding: 20px;
}

.order-details-title {
    padding-left: 100px;
    font-style: oblique;
    font-weight: bold;
    font-size: 24pt;
}

.order-details-img {
    width: 20%;
    margin-left: 30px;
}

.title-private {
    font-weight: bold;
    font-size: 20px;
    color: gold
}

.title-paid {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
    color: greenyellow
}

.trecker-img {
    margin-top: 20px;
    width: 27%;
}

.trecker-list-1 {
    color: darkgrey;
    font-size: 20px;
}

.trecker-list-2 {
    font-size: 20px;
}

.return-img {
    margin-top: 30px;
    width: 25%;
}

.pick-up_point-img {
    margin: 30px 0;
    width: 25%;
}