body {
  color: white;
  background: url("/img/background.png");
  font-family: "Baloo Bhai 2", Arial;
  margin: 0;
}
a {
  color: white;
  text-decoration: underline;
}
a[href^="tel"],
a[href^="mailto"] {
  text-decoration: none;
}
#top {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  height: 70px;
  background-color: #ffcb5d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#order-banner * {
  display: inline-block;
}
#social {
  display: flex;
  column-gap: 5px;
}
#header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
#header > img {
  width: 500px;
}
@media (max-width: 500px) {
  #header > img {
    width: 100%;
  }
  #menu .details {
    flex-direction: column;
  }
}
#header::after {
  content: "";
  margin-top: -27px;
  z-index: -1;
  background-color: #eeb9b5;
  width: 100%;
}
#main-action {
  font-size: 40px;
  color: white;
  background-color: #eeb9b5;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main-action > .info {
  margin-top: -15px;
  font-size: 17px;
}
.button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  height: 46px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ffcb5d;
  box-shadow: -3px 3px #ddb35c, -2px 2px #ddb35c, -1px 1px #ddb35c;
  border-bottom: 3px solid #ddb35c;
  border-left: 3px solid #ddb35c;
}
.item .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.item .description .button {
  font-size: 15px;
  height: unset;
}
#content {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#content > div {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #eeb9b5;
  border: 2px dashed #dd7169;
}
#content .title {
  font-size: 30px;
  color: #dd7169;
}

#menu > .info {
  font-size: 15px;
}
#promo {
  font-size: 35px;
  text-align: center;
}
.item {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #e79c95;
}
#menu .name {
  font-size: 20px;
}
#menu .details {
  display: flex;
  column-gap: 20px;
  row-gap: 10px;
}
#menu .details img {
  width: 300px;
}
#menu .description {
  font-size: 15px;
}
@media (max-width: 460px) {
  #content > div .title {
    font-size: 25px;
  }
  #menu .description {
    font-size: 12px;
  }
}
@media (max-width: 465px) {
  #menu .details img {
    width: 100%;
  }
}
@media (max-width: 630px) {
  #menu .details {
    flex-direction: column;
  }
}
#order {
  padding-bottom: 40px !important;
}
.address {
  display: flex;
}
.address p {
  margin: 0;
}
.address .icon {
  width: 50px;
}
#call {
  display: flex;
  justify-content: center;
  margin-top: -110px;
  column-gap: 10px;
}
#call .button {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#call a,
#menu a {
  text-decoration: none;
}
#footer {
  font-size: 10px;
  background-color: #dd7169;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
}
