.title-button {
    display: flex;
    align-items: center;
}

.content {
    display: none;
    transition: all 2s;
    
}

.collapse-button {
    display: none;
}

.expand-button, .collapse-button {
    border: none;
    background-color: transparent;
}


.expand-button img, .collapse-button img {
    height: 1rem;
}