*{
    margin: 0;
}
.invhead{
    margin-top: 20px;
    padding-left: 10px;
    text-align: center;
}

.invbodytop{
    margin-left: 20px;
    margin-right: 40px;
    display: flex;
    justify-content: space-between;
}
.pragraph{
    line-height: 25%;
    padding-top: 10px;
}

.right_side{
    text-align: right;
}

/* .vj{
    margin-left: 60%;
} */

.footerinv{
    display: flex;
    justify-content: space-between;
}

.Table_data{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: smaller;
}

.mycards{
    margin: 20px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.card_inv{
    width: 300px;
    height: 150px;
	padding-left : 10px;
    background-color: blue;
    color: white;
    border-radius: 20px;
}
.Alignment{
    display: flex;
    justify-content: space-evenly;
}

.a4page{
    justify-content: center !important;
    height: 40cm !important;
}




