*{
    padding: 0;
    margin: 0;
}
.Header{
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
}

ul,li{
    display: inline-block
   
}
img{
    width: 250px;
    height: 300px;
    display:block;
      text-align: center;
   
  
}
p{
    
    width: 250px;
    height: 150px;
    text-align: center;
    
}
.box{
    border-color: black;
    border-width: 2px;
    border-style: solid;
    width: 250px;
    display: inline-block;
    margin-left: 5%;
}
.Recipe{
    margin: 30px;

}
.order-btn{
    width: 150px;
    height: 50px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    margin-top: 0%;
    background-color: black;
    color: white;
   
}
order-btn:hover{
    color: blue;
}
.send-btn{
    background-color: yellow;
    columns: white;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    width: 300px;
    height: 40px;
}
.contact{
    background-color: black;
    color: white;
}

