button {
  color: white;
  padding-left: 0px;
  padding-top: 35px;
  border: 0;
  font-size: 40px;
  cursor: pointer;
  background-color: #C5007B;
  border-color: white;
  border: solid 3px;
  
}

button.active {
   background-color: #FFFFFF;
  color: #C5007B;
}


#toggle{
  width: 88px;
  height: 88px;
  border-radius: 6px;
  margin-left: 0px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  
}

.closed{

}