.accordion collapse {
  border: 0;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #ceaea9;
  box-shadow: none;
  border-bottom: none;
}

.accordion-button::after {
  width: auto;
  height: auto;
  content: "+";
  font-size: 40px;
  background-image: none;
  font-weight: 100;
  color: #ceaea9;
  transform: translateY(-4px);
}

.accordion-button:not(.collapsed)::after {
  width: auto;
  height: auto;
  background-image: none;
  content: "-";
  font-size: 48px;
  transform: translate(-5px, -4px);
  transform: rotate(0deg);
}

#button1 {
  transition-duration: 0.3s;
}

#button1 {
  background-color: #000000;
  color: #ffffff;
}

#button1:hover {
  background-color: #ffffff;
  color: #000000;
}

#button2 {
  transition-duration: 0.3s;
}

#button2:hover {
  background-color: #000000;
  color: #ffffff;
}

#button2 {
  background-color: #ffffff;
  color: #000000;
}

