  /* Style the collapsible content. Note: hidden by default */
  .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .collapsible_blur:hover{
    -webkit-filter: blur(2px);
      filter: blur(2px);
  }