.accordion-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-content {
    background: #eeeeee;
    margin-bottom: 1rem;
}