.accordion {
  background-color: #CE3402;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  padding: 18px;
  width: 80%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: #FFFFFF 1px solid;
}

p a {
  color: #CE3402;
  text-decoration: none;
  font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}

.panel {
  padding: 0 18px 0 18px;
  background-color: white;
  max-height: 0;
  width: 75%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

button:link {
    color: #FFFFFF;
}