.Buttonbg {
  width: 380px;
  height: 48px;
  background-color: Black;
  border-radius: 25px;
}

#txt {
  font-family: Simonetta;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0;
  color: White;
  position: absolute;
  left: 180px;
  top: -5px;
  z-index: 2;
}
svg {
  position: absolute;
  top: 15px;
  left: 340px;
  z-index: 999;
}