.accordion {
  font-family: "Bebas Neue", sans-serif;
  background-color:  rgba(124, 21, 14, 0.158);
  color: #020101;
  cursor: url('images/cursor.png'), auto;
  width: 32%;
  border: 1px black solid;
  transition: 0.7s;
  font-size: 4vw;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.384);
}


.panel {
  font-family: "Shadows Into Light", cursive;
  padding: 0vw;
  background:linear-gradient(90deg, rgba(124, 21, 14, 0.64) 0%, rgb(0, 0, 0) 64%, rgb(0, 0, 0) 100%) ;
  display: none;
  color: rgba(230, 234, 238, 0.719);
  font-size: 3vw;
  width: 100%;
  overflow: hidden;
  border: 2px black solid;
  border-radius: 0.5em 3em 3em 0.5em;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  text-align: center;

}
  
  .active, .accordion:hover {
    background-color: #0000004f;
    border-radius:20em;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    color: black;
  }

.Token {
text-align: center;}

#textok{line-height: 1.5;}