body {
    /* background-image:  url(resources/photo.jpg); */
    /* background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); */
    /* background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%); */
    background-image: linear-gradient(-225deg, #DFFFCD 0%, #90F9C4 48%, #39F3BB 100%);
    background-size: 100%;
}
h1 {
    text-align: center;
    font-size: 100px;
    color: royalblue;
}
h2 {
    text-align: center;
    font-size: 50px;
    color: darkblue;
}
table {
    border: solid black 1px;
}
label {
    font-size: 30px;
    color: midnightblue;
}
input {
    width: 50px;
    margin-left: 30px;
}
.heading td {
    font-size: 30px;
   /* border: solid blanchedalmond 5px; */
   color: red;
   padding: 10px;
}
#total {
    margin-top: 30px;
    padding: 15px;
    background-color: black;
    color: white;
    font-size: 20px;
    
}
.add { 
    
    /* width: 400px;   */
   /* // height: 200px;  */
    /* background-color: darkgray;  */
    /* margin: 30px 100px; */
    font-size: 30px;
    border: solid black 1px;
    /* float: left; */
} 
#bill {
    margin-left: 80px;
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
}
#recipt {
    text-align: center;
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}
select {
margin-left: 100px;
padding: 15px;
}

.col {
    padding: 10px;
    text-align: center;
}
.recipt-headings td{
    color: tomato;
    font-size: 40px;
    padding: 10px;
    text-align: center;
}
.bill-heading {
    font-size: 50px;
    color: darkred;
    text-align: center;
    text-decoration: underline burlywood;
}
img {
    width: 100px;
}
.thank {
    color: #ff1744;
    text-align: center;
    font-size: 40px;

}