* {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  text-align: center;
  font-size: 50px;

  font-family: "Cookie", cursive;
}
h1 {
  color: #1e7d06;
  padding-top: 35px;
}
h2 {
  color: #d30801;
}
#acc5 {
  background-color: #fff69780;
}
.card,
.card-header {
  background: white !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 20px;
}
.accordion .btn {
  font-family: "Cookie", cursive !important;
  font-size: 28px !important;
}
.card {
  box-shadow: 0 2px 5px 0 gray;
}
#acc {
  width: 100%;
  height: 60px;
  color: #478501 !important;
  font-weight: 200px !important;
  text-align: left !important;
  text-decoration: none !important;
}
.card-body {
  background: rgb(239, 239, 243);
  line-height: 1.5em;
}
.btn-link:after {
  content: "\2212";
  width: 35px;
  font-size: 25px;
  text-align: center;
  border-radius: 5px;
  right: 15px;
  top: 11px;
  position: absolute;
  background: rgb(255, 231, 14);
  color: black;
  font-weight: 500px;
}
.btn-link.collapsed:after {
  content: "\002B";
  color: black;
  font-weight: 500px;
}
.btn-link:before {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  background: white;
  z-index: 1;
  transform: rotate(45deg);
  left: 30px;
  top: 47px;
}
