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

.btn__txt-0035 {
  color: #2a3239;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: letter-spacing .2s;
  display: inline-block;
  position: relative;
}

.btn__txt-0035:hover {
  letter-spacing: 4px;
}

.txt-0035__bracket {
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: -1px;
}

.txt-0035__label {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
  position: relative;
}
