.thumb {
    border: 0px solid #ddd; /* Gray border */
    border-radius: 4px !important;  /* Rounded border */
    padding: 20px !important; /* Some padding */
    width: 110px !important; /* Set a small width */
    display:inline

    }
    
  .thumb:hover {
      box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    }

  .thumb_container{
    display: flex;
    justify-content: center;
  }