.mysearch {
  padding: 5px 0px;
  }
  .greenClass {
    background-image: linear-gradient(to bottom, #1da462 0%, #1a7b4b 100%);
  }
  .yellowClass {
    background-image: linear-gradient(to bottom, #ffcd46 0%, #bb9631 100%);
  }
  .redClass {
    background-image: linear-gradient(to bottom, #dd5144 0%, #ba473c 100%);
  }
  .whiteClass {
    color: #ffffff;
  }
  .blueClass {
    background-image: linear-gradient(to bottom, #4c8bf5 0%, #363e97 100%);
  }
  