@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Rowdies&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

.billing-page{
    width: 100%;
}

.bill{
    display: flex;
    border-bottom: 3px solid rgb(0, 44, 61);
}

.gas{
    display: flex;
}

.bill-first{
    width: 50%;
    margin: auto;
}

.bill-last{
    width: 50%;
}

.calculation{
    display: flex;
}

.user-info{
    width: 30%;
}

.my-bill{
    width: 70%;
}

.receive{
    border-top: 2px solid rgb(24, 24, 24);
}



