 body{
    margin:0;
    padding: 0;
    font-family: 'Karla', sans-serif;
}

header{
    background: url('images/diner.jpg');
    background-repeat: no-repeat;
   background-size: cover;
   padding: 60px;

}
.header, h1,p{
    color: white;
    line-height: 13px;
    font-weight: bold;
  
}
.header, h1{
    font-size:50px;
}
.header, p{
    font-size:20px;
}
.container {
   display: flex;
   justify-content: center;

}

.emoji{
    font-size:53px;
    padding: 50px 0;


}
.name-food{
    padding: 40px 10px;
    margin-top:30px;

  
}

.name, .ing, .price{
    color:black;
    font-size:15px;
    font-weight: bold;
}
.ing{
    color:rgb(128, 123, 123);
}
.plus{
    font-size:30px;
    color:black;
    border:2px solid lightgray;
    padding: 20px;
    border-radius: 50%;
    margin:130px;
    cursor: pointer;
}
.order{
    display: flex;
    border-bottom: 2px solid lightgray;
    flex-direction: column;
}
.order, h1{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.total{
    display: flex;
 justify-content: center;
 align-items: center;
 margin-right:500px;
  
}
.total p{
     color:black;
}
.total-price{
   padding: 15px 20px;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
 
}
 .btn button{
    background: rgb(8, 243, 145);
    padding: 15px 80px;
    border-radius: 3px;
    border:none;
    cursor: pointer;
  
}
.ItemContent{
    display: flex;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    margin-right:500px;
}
.remove{
    color:lightgray;
    font-size: 10px;
    padding: 20px;
    cursor: pointer;
}
.item-name , .item-price{
    color:black;
 
}

.form{
    box-shadow: 5px 5px 5px 10px rgb(95, 95, 95);
    width: 200px;
    padding: 20px;
    height: 250px;
    margin: 0 auto;
    bottom: 40%;
    left:40%;
      background-color: white;
      position:fixed;
      visibility: hidden;
}
.form input{
    padding: 10px;
    border-radius: 5px;
    border:1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
  flex-direction: column;
}
.form, h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    flex-direction: column;
}
 .pay{
    padding: 10px 80px;
    background: rgb(8, 243, 145);
    border:none;
    border-radius: 5px;

}
.end{
 margin-left:400px;
 padding: 40px;
}