.tg-banner{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  background:rgba(212,83,126,0.16);
  color:#f0aec5;
  font-size:17px;
  text-align:center;
  padding:10px 10px;
  border-radius:999px;
  text-decoration:none;
  margin-bottom:15px;
}
.tg-banner svg{
  width:18px;
  height:18px;
  flex-shrink:0;
}