* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #f0e9d2;
}

.tit {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-style: normal;
  font-size: 40px;
}

.Anker {
  width: 100px;
  height: 80px;
  overflow: hidden;
}
.Anker img {
  width: 100%;
  height: 100%;
}

ul {
  list-style-type: none;
  overflow: hidden;
}
li a {
  border: 1px solid #000;
  font-weight: bold;
  display: block;
  color: #181d31;
  text-align: center;
  padding: 30px 30px;
  text-decoration: none;
  font-size: 15px;
}
li a:hover {
  background-color: #a5b6b3;
}
li {
  float: left;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3%;
  color: #f0e9d2;
  text-align: center;
  font-size: 110%;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

input[type="text"] {
  width: 30%;
  padding: 12px 20px;
  margin: 8px 0;
}

main {
  background-image: url(../images/food-background-top-view-olive-oil-cherry-tomato-herbs-spices-rustic-black-slate-colorful-food-ingredients-border-food-167614841.jpg);
  position: fixed;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.button-56 {
  align-items: center;
  background-color: #f0e9d2;
  border: 2px solid #111;
  border-radius: 8px;
  color: #181d31;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform 0.2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #f0e9d2;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}
.anImg {
  text-decoration: none;
  color: #181d31;
}
.hero-description {
  text-align: center;
  color: #f0e9d2;
  font-size: large;
  margin-top: 200px;
}
.buttons {
  display: flex;
  margin-left: 570px;
  padding-top: 20px;
}
table, th, td {
  border:1px solid black;
  width: 70%;
  height: 20%;
  padding: 10px;
  margin: 20px 100px 00px 220px;
  border: 2px solid #111;
  background-color: #f0e9d2;
}
.adm{
  margin-left: 220px;
  margin-top: 50px;
  width: 100px;
  height: 50px;
  background-color: #f0e9d2;
  border-radius: 8px;
}
.adm:hover{
  background-color: #43B14B;
}
.homeAnk{
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
