.accordion {
background: rgba(255,244,201,0.5);
border: 8px #ccc double !important;
border-radius: 10px;
color: #444;
cursor: pointer;
padding: 18px;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
} .active, .acordion:hover {
background-color: rgba(255,244,100,0.5);
border-radius: 10px;color: #444;
} .panel {
background-color: rgba(255,244,100,0.5);
padding: 0 18px;
background-color: rgba(255,244,225,0.5);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}