
body {
  background: white;
  color: black;
  font-family: serif;
}


.header,
nav,
.footer,
.side-nav,
.divider {
  display: none !important;
}


.upload-form,
.food-content,
.food-card,
.about-us-card,
.auth-form {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}


img {
  max-width: 100%;
  width: 50%;
  height: auto;
  display: block;
  margin: 1rem 0;
}


video,
iframe {
  display: none !important;
}


button,
input[type="submit"],
input[type="file"],
input[type="text"],
input[type="search"],
textarea {
  display: none !important;
}


.food-description p {
  font-size: 1rem;
  line-height: 1.5;
  color: black;
}
