@import url("main.css");

.points-summary {
  text-align: center;
}

.prompt {
  font-size: 22px;
  color: #F4BA26;
  font-weight: 700;
  padding-top: 20px;
}

.points {
  font-size: 35px;
  font-weight: 800;
}

h2, #points {
  color: #F4BA26;
}

span {
  font-size: 18px;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.section__saved-recipes,
.section__my-recipes {
  margin-top: 30px;
}

.section__my-recipes {
  margin-bottom: 100px;
}

.section__saved-recipes > h2,
.section__my-recipes > h2 {
  margin-bottom: 20px;
}

.my-recipes__wrapper,
.saved-recipes__wrapper {
  display: flex;
  flex-wrap: wrap;
}

recipe-card {
  margin-right: 10px;
  margin-bottom: 12px;
  height: 100%;
}
