* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background: url(img/chia-wall.jpg) no-repeat center/cover;
}

h1 {
  color: rgb(255, 255, 255);
  font-variant: small-caps;
  letter-spacing: 2vh;
  font-size: 3rem;
  width: 100%;
  margin: 20px 10px;
}

h2 {
    font-size: 2rem;
    width: 100%;
    align-self: center;
}

/*Content*/
#topic {
  max-width: 75%;
  max-height: 75%;
}

#main-title {
  margin-top: 20vh;
  text-align: center;
}

#big-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#left-container {
  display: flex;
  margin-left: 8vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  width: 80vh;
  max-width: 300px;
}

#right-container {
    
    opacity: 0.9;
}

#bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#botr-contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background-color: rgba(255, 255, 255, 0.7);
}

#link {
  color: black;
  font-style: italic;
}

ul {
  width: 100%;
  height: 100%;
}

.ingredient {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 15px 0;
}

.topping {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 15px 0;
}

.title {
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8px;
}

.bkg-red {
  background-color: red;
}

.bkg-yellow {
  background-color: orange;
}

.bkg-white {
  background-color: rgba(255, 255, 255, 0.3);
}
