* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.center {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reciept {
    /* margin: auto; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.reciept .destination p {
    font-size: 18px;
    color: #ff8d15;

}

.reciept .description-reciept {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.time-description .color-text {
    color: #ff8d15;
}

.user {
    display: flex;
    gap: 10px;
}

.user img {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reciept .angkorwat img {
    width: 200px;
    border-radius: 10px;
}