.about {
  font-family: "Permanent Marker";
  font-size: 50px;
  color: rgb(2, 39, 202);
}

.crimsonFont {
  font-family: "Crimson Text", serif;
  font-size: 20px;
}

#cardRecipe {
  display: none;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 500px;
  height: 350px;
}

#spacerDiv {
  display: none;
}

.foragedTitle {
  text-decoration: underline;
}
li {
  list-style-type: none;
}

@media screen and (max-width: 768px) {
  #adminrecipes {
    width: 33% !important;
  }
}
@media screen and (max-width: 320px) {
}
