body::after {
  content: "";
  background: url(https://static.wixstatic.com/media/869497_eadb7058f893490b9bcc4ad27b364f33~mv2.jpg);
  opacity: 0.8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
}

a {
  text-decoration: none;
}

#select-tabs {
  margin: 80px auto 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
}

.bold {
  font-weight: bold;
}

.w-96 {
  width: 96%;
  margin: auto;
  padding: 10px;
}

.w-50 {
  width: 50%;
}

.bg-fade {
  background-color: rgb(0, 0, 0, 0.5);
}

#select-tabs > div {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.size-100 {
  width: 100%;
  height: 100%;
}

.text-home {
  font-size: 1.6rem;
}

.tab-link {
  color: chartreuse;
  font-weight: bold;
  cursor: pointer;
}

.tabs-active {
  background-color: rgba(240, 140, 10, 0.5);
}

.text-white {
  color: white;
}

.tabs:hover {
  background-color: rgb(255, 255, 255, 1);
  color: black;
  transition: 0.8s;
}

.img-thumbnail {
  padding: 10px;
  width: 200px;
  height: 180px;
}

.meals {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.meal {  
  display: flex;
}

.info {
  margin: 8px 0 0 20px;
}

