.accordion {
    background-color: #ecbf2b;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #f1a900;
  }
  
  .accordion:after {
    content: '\002B';
    color: #4e3c09;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: #c7ac94;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
h2 {
    color: #454644;
    font-size: 42px;
}
h3 {
    color: #6ae009;
    font-size: 28px;
}
b {
  font-size: 32px;
}
dd {
  font-size: 24px;
}
ul {
  font-size: 24px;
}
li {
  font-size: 24px;
}
button {
    font-size: 32px;
    font-weight: bold;
}
#bluekiem {
  color: #f18900;
}
