.heading {
    color: #FFF5C3;
  }
  .description {
    display: none;
    background-color: #ffffff;
    color: #505050;
  }
  .heading:hover {
    color: white;
    cursor: pointer;
  }

  body {
      background-image: url("https://i.cdn.turner.com/nba/nba/.element/img/1.0/teamsites/logos/teamlogos_500x500/gsw.png");
   background-size: cover;
  }
 div {
    padding: 5px;
  }
   
  .text-container ul li{
    list-style: none;
    background-color:#01BFD9; 
    font-size: 1.2em;
     }

  .description
  {
    font-family:"Raleway",sans-serif;
    font-size:15px;
     }
.description ul li{
 background-color: white;
 font-size:15px;
}    


/*****************************/
/*     1. collapse box     */
/*****************************/	
.collapsible {
  /* background-color:#ccffff; */
  background-color:white;
  color: DarkTurquoise;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: DarkTurquoise;
   color:white ;
}

.collapsible:after {
 background-color: white;
  border-radius: 50%;
  color:DarkTurquoise;
  content: '\002B';





  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {

 
   color:DarkTurquoise ;
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}s