.buzzbg{

  background:#971d2ef2;
  border: 3px inset gold; 
  color:white;
  
}
.card{
  background:transparent;
  color:white;
  border: 5px inset gold; 
  }
  img.gif_new {
    position: absolute;
    left: 12px;
    z-index: 999;
    bottom: -37px;
    width: 60px;
  }
  .para
  {
  
    clip-path: polygon(0% 100%,20% 0%,100% 0%,80% 100%); 
    background-color: #f5fff0;
    border: 4px solid #000;
    display: inline-block;
    width: 70%;
    padding: 7px 0 10px;
    font-size: 22px;
    color: #000;
    font-weight: 700;
  }