h1 {
  color: darkorange;
  text-align: center;
  font-size: 90px;
  -webkit-text-stroke: 1px black;
  font-family: Arial;
  margin: 0 auto;
}
h1:hover {
  color: #FBBF77;
}
h2{
  text-align: center;
  font-size:50px;
  color:orange;
  -webkit-text-stroke: 1px black;
  font-family:Arial;
}
h3{
  text-align: center;
  font-size:40px;
  color:black;
  -webkit-text-stroke: 1px black;
  font-family:Arial;
  margin-top: 100px;
}
.food {
  width: 49%;
  float:left;
  border-radius: 10px;
  margin:auto;
}
.food2 {
  width: 49%;
  float:right;
  border-radius: 10px;
  margin:auto;
}
button:hover {
  color: rgba(0, 0, 255, 0.215);
  background-color: rgba(0, 0, 255, 0.5);
}
body {
  background-color: #fff;
}
.logo {
  width: 250px;
  margin-right: 20px;
}
.header {
  display: flex;
  align-items: center;
}
button {
  background-color: 	#4169E1;
  border: none;
  padding: 23px 35px;
  text-align: center;
  display: inline-block;
  font-size: 25px;
  margin: 4px 2px;
  border-radius: 10px;
  min-width: 160px;
}
.button {
  text-align: center;
  padding: 10px 100px;
}
.imagess{
  display:flex;
  justify-content: space-between;
}
.message {
position: absolute;
top: 62%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 55px;
font-weight: bold;
color: white;
-webkit-text-stroke: 1px black;
font-family: Arial, sans-serif;
}
.operating{
  text-align: center;
  display:flex;
 justify-content: space-evenly;
}
.Monday {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  color:darkorange;
  -webkit-text-stroke: black 1px;
}
.Saturday {
  font-family: Arial, Helvetica, sans-serif;
 font-size: 40px;
 color:darkorange;
 -webkit-text-stroke: black 1px;
}
.Sunday {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  color:darkorange;
  -webkit-text-stroke: black 1px;
}
.operatinghr{
  text-align: center;
  display:flex;
 justify-content: space-evenly;
}
.Mondayhr {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color:black;
  -webkit-text-stroke: black 1px;
  min-width: 160px;
}
.Saturdayhr {
  font-family: Arial, Helvetica, sans-serif;
 font-size: 30px;
 color:black;
 -webkit-text-stroke: black 1px;
 min-width: 160px;
}
.Sundayhr {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color:black;
  -webkit-text-stroke: black 1px;
  min-width: 160px;
}
