body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__txt-0100 {
  color: #2a3239;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #0000;
  border-radius: 50px;
  flex: none;
  align-self: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
}

.btn__txt-0100:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.txt-0100__wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.txt-0100__label {
  padding: 15px 10px 15px 25px;
}

.txt-0100__badge {
  background-color: #00e66d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  display: flex;
}

.txt-0100__num {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .btn__txt-0100 {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 479px) {
  .btn__txt-0100 {
    padding: 5px 15px;
    font-size: 11px;
  }
}
